#214210

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

Shades of Myrtle #214210

Tints of Myrtle #214210

Color information

#214210 (or 0x214210) is unknown color: approx Myrtle. HEX triplet: 21, 42 and 10. RGB value is (33,66,16). Sum of RGB (Red+Green+Blue) = 33+66+16=115 (15% of max value = 765). Red value is 33 (13.28% from 255 or 28.70% from 115); Green value is 66 (26.17% from 255 or 57.39% from 115); Blue value is 16 (6.64% from 255 or 13.91% from 115); Max value from RGB is 66 - color contains mainly: green. Hex color #214210 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #214210 is #DEBDEF. Grayscale: #323232. Windows color (decimal): -14597616 or 1065505. OLE color: 1065505.

HSL color Cylindrical-coordinate representation of color #214210: hue angle of 99.6º degrees, saturation: 0.61, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #214210 is Cyan = 0.5, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.74.

Color convert

RGB336616-
CMYK0.500.760.74
HSL99.6º60.98%16.08%-
HSV(B)99.6º75.76%25.88%-
XYZ2.674.261.17-
YUV50.43108.57115.57-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 28.70%
GREEN value IS 66 (26.17% from 255) = 57.39%
BLUE value IS 16 (6.64% from 255) = 13.91%
R=28.70%
G=57.39%
B=13.91%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal3366160.500.760.7499.660.9816.08
Hex2142103204C4A643d10
Octal41102206201141121447520
Binary100001100001010000110010010011001001010110010011110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #214210

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #214210; }

 p { color: rgb(33,66,16); }

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

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

 a { background-color: rgb(33,66,16); }

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

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

 span { border-color: rgb(33,66,16); }

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