#1C3C07

Color #1C3C07 Myrtle (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Myrtle #1C3C07

Tints of Myrtle #1C3C07

Color information

#1C3C07 (or 0x1C3C07) is unknown color: approx Myrtle. HEX triplet: 1C, 3C and 07. RGB value is (28,60,7). Sum of RGB (Red+Green+Blue) = 28+60+7=95 (12% of max value = 765). Red value is 28 (11.33% from 255 or 29.47% from 95); Green value is 60 (23.83% from 255 or 63.16% from 95); Blue value is 7 (3.12% from 255 or 7.37% from 95); Max value from RGB is 60 - color contains mainly: green. Hex color #1C3C07 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1C3C07 is #E3C3F8. Grayscale: #2C2C2C. Windows color (decimal): -14926841 or 474140. OLE color: 474140.

HSL color Cylindrical-coordinate representation of color #1C3C07: hue angle of 96.23º degrees, saturation: 0.79, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1C3C07 is Cyan = 0.53, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.76.

Color convert

RGB28607-
CMYK0.5300.880.76
HSL96.23º79.1%13.14%-
HSV(B)96.23º88.33%23.53%-
XYZ2.133.490.76-
YUV44.39106.9116.31-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 28 (11.33% from 255) = 29.47%
GREEN value IS 60 (23.83% from 255) = 63.16%
BLUE value IS 7 (3.12% from 255) = 7.37%
R=29.47%
G=63.16%
B=7.37%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal286070.5300.880.7696.2379.113.14
Hex1C3C7350584C604fd
Octal3474765013011414011715
Binary11100111100111110101010110001001100110000010011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C3C07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1C3C07; }

 p { color: rgb(28,60,7); }

 H1.HeaderClassName
 {
   color: #1C3C07;
 }
 .AnyTagClassName
 {
   color: #1C3C07;
 }
</style>
background-color css

<style>
 a { background-color: #1C3C07; }

 a { background-color: rgb(28,60,7); }

 div.DivClassName
 {
   background-color: #1C3C07;
 }
 .BgClassName
 {
   background-color: #1C3C07;
 }
</style>
border-color css

<style>
 span { border-color: #1C3C07; }

 span { border-color: rgb(28,60,7); }

 td.TdClassName
 {
   border-color: #1C3C07;
 }
 .TagClassName
 {
   border-color: #1C3C07;
 }
</style>