#214421

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

Shades of Myrtle #214421

Tints of Myrtle #214421

Color information

#214421 (or 0x214421) is unknown color: approx Myrtle. HEX triplet: 21, 44 and 21. RGB value is (33,68,33). Sum of RGB (Red+Green+Blue) = 33+68+33=134 (17% of max value = 765). Red value is 33 (13.28% from 255 or 24.63% from 134); Green value is 68 (26.95% from 255 or 50.75% from 134); Blue value is 33 (13.28% from 255 or 24.63% from 134); Max value from RGB is 68 - color contains mainly: green. Hex color #214421 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #214421 is #DEBBDE. Grayscale: #353535. Windows color (decimal): -14597087 or 2180129. OLE color: 2180129.

HSL color Cylindrical-coordinate representation of color #214421: hue angle of 120º degrees, saturation: 0.35, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #214421 is Cyan = 0.51, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.73.

Color convert

RGB336833-
CMYK0.5100.510.73
HSL120º34.65%19.8%-
HSV(B)120º51.47%26.67%-
XYZ2.974.572.16-
YUV53.54116.4113.35-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 24.63%
GREEN value IS 68 (26.95% from 255) = 50.75%
BLUE value IS 33 (13.28% from 255) = 24.63%
R=24.63%
G=50.75%
B=24.63%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal3368330.5100.510.7312034.6519.8
Hex2144213303349782314
Octal4110441630631111704324
Binary100001100010010000111001101100111001001111100010001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #214421

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #214421; }

 p { color: rgb(33,68,33); }

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

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

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

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

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

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

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