#1C5216

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

Shades of Myrtle #1C5216

Tints of Myrtle #1C5216

Color information

#1C5216 (or 0x1C5216) is unknown color: approx Myrtle. HEX triplet: 1C, 52 and 16. RGB value is (28,82,22). Sum of RGB (Red+Green+Blue) = 28+82+22=132 (17% of max value = 765). Red value is 28 (11.33% from 255 or 21.21% from 132); Green value is 82 (32.42% from 255 or 62.12% from 132); Blue value is 22 (8.98% from 255 or 16.67% from 132); Max value from RGB is 82 - color contains mainly: green. Hex color #1C5216 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1C5216 is #E3ADE9. Grayscale: #3B3B3B. Windows color (decimal): -14921194 or 1462812. OLE color: 1462812.

HSL color Cylindrical-coordinate representation of color #1C5216: hue angle of 114º degrees, saturation: 0.58, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #1C5216 is Cyan = 0.66, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.68.

Color convert

RGB288222-
CMYK0.6600.730.68
HSL114º57.69%20.39%-
HSV(B)114º73.17%32.16%-
XYZ3.646.341.79-
YUV59.01107.11105.88-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 21.21%
GREEN value IS 82 (32.42% from 255) = 62.12%
BLUE value IS 22 (8.98% from 255) = 16.67%
R=21.21%
G=62.12%
B=16.67%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal2882220.6600.730.6811457.6920.39
Hex1C52164204944723a14
Octal341222610201111041627224
Binary111001010010101101000010010010011000100111001011101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C5216

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,82,22); }

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

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

 a { background-color: rgb(28,82,22); }

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

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

 span { border-color: rgb(28,82,22); }

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