#215506

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

Shades of Myrtle #215506

Tints of Myrtle #215506

Color information

#215506 (or 0x215506) is unknown color: approx Myrtle. HEX triplet: 21, 55 and 06. RGB value is (33,85,6). Sum of RGB (Red+Green+Blue) = 33+85+6=124 (16% of max value = 765). Red value is 33 (13.28% from 255 or 26.61% from 124); Green value is 85 (33.59% from 255 or 68.55% from 124); Blue value is 6 (2.73% from 255 or 4.84% from 124); Max value from RGB is 85 - color contains mainly: green. Hex color #215506 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #215506 is #DEAAF9. Grayscale: #3C3C3C. Windows color (decimal): -14592762 or 415009. OLE color: 415009.

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

Color convert

RGB33856-
CMYK0.6100.930.67
HSL99.49º86.81%17.84%-
HSV(B)99.49º92.94%33.33%-
XYZ3.916.831.29-
YUV60.4597.27108.42-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 26.61%
GREEN value IS 85 (33.59% from 255) = 68.55%
BLUE value IS 6 (2.73% from 255) = 4.84%
R=26.61%
G=68.55%
B=4.84%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal338560.6100.930.6799.4986.8117.84
Hex215563D05D43635712
Octal41125675013510314312722
Binary10000110101011101111010101110110000111100011101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #215506

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #215506; }

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

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

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

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

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

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

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

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