#215600

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

Shades of Myrtle #215600

Tints of Myrtle #215600

Color information

#215600 (or 0x215600) is unknown color: approx Myrtle. HEX triplet: 21, 56 and 00. RGB value is (33,86,0). Sum of RGB (Red+Green+Blue) = 33+86+0=119 (15% of max value = 765). Red value is 33 (13.28% from 255 or 27.73% from 119); Green value is 86 (33.98% from 255 or 72.27% from 119); Blue value is 0 (0.39% from 255 or 0% from 119); Max value from RGB is 86 - color contains mainly: green. Hex color #215600 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #215600 is #DEA9FF. Grayscale: #3C3C3C. Windows color (decimal): -14592512 or 22049. OLE color: 22049.

HSL color Cylindrical-coordinate representation of color #215600: hue angle of 96.98º degrees, saturation: 1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 1%. Process color model (Four color, CMYK) of #215600 is Cyan = 0.62, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.66.

Color convert

RGB33860-
CMYK0.62010.66
HSL96.98º100%16.86%-
HSV(B)96.98º100%33.73%-
XYZ3.956.981.14-
YUV60.3593.94108.49-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 27.73%
GREEN value IS 86 (33.98% from 255) = 72.27%
BLUE value IS 0 (0.39% from 255) = 0%
R=27.73%
G=72.27%
B=0%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal338600.62010.6696.9810016.86
Hex215603E06442616411
Octal41126076014410214114421
Binary100001101011001111100110010010000101100001110010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #215600

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #215600; }

 p { color: rgb(33,86,0); }

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

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

 a { background-color: rgb(33,86,0); }

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

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

 span { border-color: rgb(33,86,0); }

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