#1C4918

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

Shades of Myrtle #1C4918

Tints of Myrtle #1C4918

Color information

#1C4918 (or 0x1C4918) is unknown color: approx Myrtle. HEX triplet: 1C, 49 and 18. RGB value is (28,73,24). Sum of RGB (Red+Green+Blue) = 28+73+24=125 (16% of max value = 765). Red value is 28 (11.33% from 255 or 22.4% from 125); Green value is 73 (28.91% from 255 or 58.4% from 125); Blue value is 24 (9.77% from 255 or 19.2% from 125); Max value from RGB is 73 - color contains mainly: green. Hex color #1C4918 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1C4918 is #E3B6E7. Grayscale: #363636. Windows color (decimal): -14923496 or 1591580. OLE color: 1591580.

HSL color Cylindrical-coordinate representation of color #1C4918: hue angle of 115.1º degrees, saturation: 0.51, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #1C4918 is Cyan = 0.62, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.71.

Color convert

RGB287324-
CMYK0.6200.670.71
HSL115.1º50.52%19.02%-
HSV(B)115.1º67.12%28.63%-
XYZ3.035.081.68-
YUV53.96111.09109.48-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 22.4%
GREEN value IS 73 (28.91% from 255) = 58.4%
BLUE value IS 24 (9.77% from 255) = 19.2%
R=22.4%
G=58.4%
B=19.2%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal2873240.6200.670.71115.150.5219.02
Hex1C49183E04347733313
Octal34111307601031071636323
Binary11100100100111000111110010000111000111111001111001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C4918

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,73,24); }

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

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

 a { background-color: rgb(28,73,24); }

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

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

 span { border-color: rgb(28,73,24); }

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