#215700

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

Shades of Myrtle #215700

Tints of Myrtle #215700

Color information

#215700 (or 0x215700) is unknown color: approx Myrtle. HEX triplet: 21, 57 and 00. RGB value is (33,87,0). Sum of RGB (Red+Green+Blue) = 33+87+0=120 (15% of max value = 765). Red value is 33 (13.28% from 255 or 27.5% from 120); Green value is 87 (34.38% from 255 or 72.5% from 120); Blue value is 0 (0.39% from 255 or 0% from 120); Max value from RGB is 87 - color contains mainly: green. Hex color #215700 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #215700 is #DEA8FF. Grayscale: #3D3D3D. Windows color (decimal): -14592256 or 22305. OLE color: 22305.

HSL color Cylindrical-coordinate representation of color #215700: hue angle of 97.24º 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 #215700 is Cyan = 0.62, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.66.

Color convert

RGB33870-
CMYK0.62010.66
HSL97.24º100%17.06%-
HSV(B)97.24º100%34.12%-
XYZ4.047.141.17-
YUV60.9493.61108.07-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 27.5%
GREEN value IS 87 (34.38% from 255) = 72.5%
BLUE value IS 0 (0.39% from 255) = 0%
R=27.5%
G=72.5%
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
Decimal338700.62010.6697.2410017.06
Hex215703E06442616411
Octal41127076014410214114421
Binary100001101011101111100110010010000101100001110010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #215700

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #215700; }

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

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

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

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

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

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

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

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