#1C5410

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

Shades of Myrtle #1C5410

Tints of Myrtle #1C5410

Color information

#1C5410 (or 0x1C5410) is unknown color: approx Myrtle. HEX triplet: 1C, 54 and 10. RGB value is (28,84,16). Sum of RGB (Red+Green+Blue) = 28+84+16=128 (16% of max value = 765). Red value is 28 (11.33% from 255 or 21.88% from 128); Green value is 84 (33.20% from 255 or 65.62% from 128); Blue value is 16 (6.64% from 255 or 12.5% from 128); Max value from RGB is 84 - color contains mainly: green. Hex color #1C5410 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1C5410 is #E3ABEF. Grayscale: #3B3B3B. Windows color (decimal): -14920688 or 1070108. OLE color: 1070108.

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

Color convert

RGB288416-
CMYK0.6700.810.67
HSL109.41º68%19.61%-
HSV(B)109.41º80.95%32.94%-
XYZ3.746.621.57-
YUV59.5103.45105.53-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 21.88%
GREEN value IS 84 (33.20% from 255) = 65.62%
BLUE value IS 16 (6.64% from 255) = 12.5%
R=21.88%
G=65.62%
B=12.5%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2884160.6700.810.67109.416819.61
Hex1C541043051436d4414
Octal3412420103012110315510424
Binary1110010101001000010000110101000110000111101101100010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C5410

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,84,16); }

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

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

 a { background-color: rgb(28,84,16); }

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

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

 span { border-color: rgb(28,84,16); }

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