#214219

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

Shades of Myrtle #214219

Tints of Myrtle #214219

Color information

#214219 (or 0x214219) is unknown color: approx Myrtle. HEX triplet: 21, 42 and 19. RGB value is (33,66,25). Sum of RGB (Red+Green+Blue) = 33+66+25=124 (16% of max value = 765). Red value is 33 (13.28% from 255 or 26.61% from 124); Green value is 66 (26.17% from 255 or 53.23% from 124); Blue value is 25 (10.16% from 255 or 20.16% from 124); Max value from RGB is 66 - color contains mainly: green. Hex color #214219 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #214219 is #DEBDE6. Grayscale: #333333. Windows color (decimal): -14597607 or 1655329. OLE color: 1655329.

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

Color convert

RGB336625-
CMYK0.500.620.74
HSL108.29º45.05%17.84%-
HSV(B)108.29º62.12%25.88%-
XYZ2.754.291.6-
YUV51.46113.07114.83-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 26.61%
GREEN value IS 66 (26.17% from 255) = 53.23%
BLUE value IS 25 (10.16% from 255) = 20.16%
R=26.61%
G=53.23%
B=20.16%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal3366250.500.620.74108.2945.0517.84
Hex2142193203E4A6c2d12
Octal4110231620761121545522
Binary10000110000101100111001001111101001010110110010110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #214219

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #214219; }

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

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

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

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

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

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

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

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