#1C6112

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

Shades of Myrtle #1C6112

Tints of Myrtle #1C6112

Color information

#1C6112 (or 0x1C6112) is unknown color: approx Myrtle. HEX triplet: 1C, 61 and 12. RGB value is (28,97,18). Sum of RGB (Red+Green+Blue) = 28+97+18=143 (18% of max value = 765). Red value is 28 (11.33% from 255 or 19.58% from 143); Green value is 97 (38.28% from 255 or 67.83% from 143); Blue value is 18 (7.42% from 255 or 12.59% from 143); Max value from RGB is 97 - color contains mainly: green. Hex color #1C6112 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1C6112 is #E39EED. Grayscale: #434343. Windows color (decimal): -14917358 or 1204508. OLE color: 1204508.

HSL color Cylindrical-coordinate representation of color #1C6112: hue angle of 112.41º degrees, saturation: 0.69, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1C6112 is Cyan = 0.71, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.62.

Color convert

RGB289718-
CMYK0.7100.810.62
HSL112.41º68.7%22.55%-
HSV(B)112.41º81.44%38.04%-
XYZ4.868.842.02-
YUV67.36100.1499.92-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 19.58%
GREEN value IS 97 (38.28% from 255) = 67.83%
BLUE value IS 18 (7.42% from 255) = 12.59%
R=19.58%
G=67.83%
B=12.59%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2897180.7100.810.62112.4168.722.55
Hex1C6112470513E704517
Octal341412210701217616010527
Binary111001100001100101000111010100011111101110000100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C6112

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,97,18); }

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

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

 a { background-color: rgb(28,97,18); }

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

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

 span { border-color: rgb(28,97,18); }

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