#1C5C14

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

Shades of Myrtle #1C5C14

Tints of Myrtle #1C5C14

Color information

#1C5C14 (or 0x1C5C14) is unknown color: approx Myrtle. HEX triplet: 1C, 5C and 14. RGB value is (28,92,20). Sum of RGB (Red+Green+Blue) = 28+92+20=140 (18% of max value = 765). Red value is 28 (11.33% from 255 or 20% from 140); Green value is 92 (36.33% from 255 or 65.71% from 140); Blue value is 20 (8.20% from 255 or 14.29% from 140); Max value from RGB is 92 - color contains mainly: green. Hex color #1C5C14 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1C5C14 is #E3A3EB. Grayscale: #404040. Windows color (decimal): -14918636 or 1334300. OLE color: 1334300.

HSL color Cylindrical-coordinate representation of color #1C5C14: hue angle of 113.33º degrees, saturation: 0.64, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1C5C14 is Cyan = 0.70, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.64.

Color convert

RGB289220-
CMYK0.7000.780.64
HSL113.33º64.29%21.96%-
HSV(B)113.33º78.26%36.08%-
XYZ4.437.951.96-
YUV64.66102.8101.85-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 20%
GREEN value IS 92 (36.33% from 255) = 65.71%
BLUE value IS 20 (8.20% from 255) = 14.29%
R=20%
G=65.71%
B=14.29%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal2892200.7000.780.64113.3364.2921.96
Hex1C5C144604E40714016
Octal3413424106011610016110026
Binary1110010111001010010001100100111010000001110001100000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C5C14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,92,20); }

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

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

 a { background-color: rgb(28,92,20); }

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

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

 span { border-color: rgb(28,92,20); }

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