#1c5f14

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

Shades of Myrtle #1C5F14

Tints of Myrtle #1C5F14

Color information

#1C5F14 (or 0x1C5F14) is unknown color: approx Myrtle. HEX triplet: 1C, 5F and 14. RGB value is (28,95,20). Sum of RGB (Red+Green+Blue) = 28+95+20=143 (18% of max value = 765). Red value is 28 (11.33% from 255 or 19.58% from 143); Green value is 95 (37.5% from 255 or 66.43% from 143); Blue value is 20 (8.20% from 255 or 13.99% from 143); Max value from RGB is 95 - color contains mainly: green. Hex color #1C5F14 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1C5F14 is #E3A0EB. Grayscale: #424242. Windows color (decimal): -14917868 or 1335068. OLE color: 1335068.

HSL color Cylindrical-coordinate representation of color #1C5F14: hue angle of 113.6º degrees, saturation: 0.65, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1C5F14 is Cyan = 0.71, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.63.

Color convert

RGB289520-
CMYK0.7100.790.63
HSL113.6º65.22%22.55%-
HSV(B)113.6º78.95%37.25%-
XYZ4.78.482.05-
YUV66.42101.8100.6-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 19.58%
GREEN value IS 95 (37.5% from 255) = 66.43%
BLUE value IS 20 (8.20% from 255) = 13.99%
R=19.58%
G=66.43%
B=13.99%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal2895200.7100.790.63113.665.2222.55
Hex1C5F144704F3F724117
Octal341372410701177716210127
Binary111001011111101001000111010011111111111110010100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1c5f14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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