#1C5514

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

Shades of Myrtle #1C5514

Tints of Myrtle #1C5514

Color information

#1C5514 (or 0x1C5514) is unknown color: approx Myrtle. HEX triplet: 1C, 55 and 14. RGB value is (28,85,20). Sum of RGB (Red+Green+Blue) = 28+85+20=133 (17% of max value = 765). Red value is 28 (11.33% from 255 or 21.05% from 133); Green value is 85 (33.59% from 255 or 63.91% from 133); Blue value is 20 (8.20% from 255 or 15.04% from 133); Max value from RGB is 85 - color contains mainly: green. Hex color #1C5514 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1C5514 is #E3AAEB. Grayscale: #3C3C3C. Windows color (decimal): -14920428 or 1332508. OLE color: 1332508.

HSL color Cylindrical-coordinate representation of color #1C5514: hue angle of 112.62º degrees, saturation: 0.62, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #1C5514 is Cyan = 0.67, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.67.

Color convert

RGB288520-
CMYK0.6700.760.67
HSL112.62º61.9%20.59%-
HSV(B)112.62º76.47%33.33%-
XYZ3.856.791.77-
YUV60.55105.12104.79-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 21.05%
GREEN value IS 85 (33.59% from 255) = 63.91%
BLUE value IS 20 (8.20% from 255) = 15.04%
R=21.05%
G=63.91%
B=15.04%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2885200.6700.760.67112.6261.920.59
Hex1C55144304C43713e15
Octal341252410301141031617625
Binary111001010101101001000011010011001000011111000111111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C5514

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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