#1C4C06

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

Shades of Myrtle #1C4C06

Tints of Myrtle #1C4C06

Color information

#1C4C06 (or 0x1C4C06) is unknown color: approx Myrtle. HEX triplet: 1C, 4C and 06. RGB value is (28,76,6). Sum of RGB (Red+Green+Blue) = 28+76+6=110 (14% of max value = 765). Red value is 28 (11.33% from 255 or 25.45% from 110); Green value is 76 (30.08% from 255 or 69.09% from 110); Blue value is 6 (2.73% from 255 or 5.45% from 110); Max value from RGB is 76 - color contains mainly: green. Hex color #1C4C06 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1C4C06 is #E3B3F9. Grayscale: #353535. Windows color (decimal): -14922746 or 412700. OLE color: 412700.

HSL color Cylindrical-coordinate representation of color #1C4C06: hue angle of 101.14º degrees, saturation: 0.85, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1C4C06 is Cyan = 0.63, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.70.

Color convert

RGB28766-
CMYK0.6300.920.70
HSL101.14º85.37%16.08%-
HSV(B)101.14º92.11%29.8%-
XYZ3.15.431.06-
YUV53.67101.1109.69-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 25.45%
GREEN value IS 76 (30.08% from 255) = 69.09%
BLUE value IS 6 (2.73% from 255) = 5.45%
R=25.45%
G=69.09%
B=5.45%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal287660.6300.920.70101.1485.3716.08
Hex1C4C63F05C46655510
Octal34114677013410614512520
Binary1110010011001101111110101110010001101100101101010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C4C06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,76,6); }

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

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

 a { background-color: rgb(28,76,6); }

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

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

 span { border-color: rgb(28,76,6); }

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