#215508

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

Shades of Myrtle #215508

Tints of Myrtle #215508

Color information

#215508 (or 0x215508) is unknown color: approx Myrtle. HEX triplet: 21, 55 and 08. RGB value is (33,85,8). Sum of RGB (Red+Green+Blue) = 33+85+8=126 (16% of max value = 765). Red value is 33 (13.28% from 255 or 26.19% from 126); Green value is 85 (33.59% from 255 or 67.46% from 126); Blue value is 8 (3.52% from 255 or 6.35% from 126); Max value from RGB is 85 - color contains mainly: green. Hex color #215508 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #215508 is #DEAAF7. Grayscale: #3C3C3C. Windows color (decimal): -14592760 or 546081. OLE color: 546081.

HSL color Cylindrical-coordinate representation of color #215508: hue angle of 100.52º degrees, saturation: 0.83, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #215508 is Cyan = 0.61, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.67.

Color convert

RGB33858-
CMYK0.6100.910.67
HSL100.52º82.8%18.24%-
HSV(B)100.52º90.59%33.33%-
XYZ3.926.841.34-
YUV60.6798.27108.26-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 26.19%
GREEN value IS 85 (33.59% from 255) = 67.46%
BLUE value IS 8 (3.52% from 255) = 6.35%
R=26.19%
G=67.46%
B=6.35%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal338580.6100.910.67100.5282.818.24
Hex215583D05B43655312
Octal411251075013310314512322
Binary100001101010110001111010101101110000111100101101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #215508

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #215508; }

 p { color: rgb(33,85,8); }

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

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

 a { background-color: rgb(33,85,8); }

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

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

 span { border-color: rgb(33,85,8); }

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