#214424

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

Shades of Myrtle #214424

Tints of Myrtle #214424

Color information

#214424 (or 0x214424) is unknown color: approx Myrtle. HEX triplet: 21, 44 and 24. RGB value is (33,68,36). Sum of RGB (Red+Green+Blue) = 33+68+36=137 (18% of max value = 765). Red value is 33 (13.28% from 255 or 24.09% from 137); Green value is 68 (26.95% from 255 or 49.64% from 137); Blue value is 36 (14.45% from 255 or 26.28% from 137); Max value from RGB is 68 - color contains mainly: green. Hex color #214424 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #214424 is #DEBBDB. Grayscale: #353535. Windows color (decimal): -14597084 or 2376737. OLE color: 2376737.

HSL color Cylindrical-coordinate representation of color #214424: hue angle of 125.14º 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 #214424 is Cyan = 0.51, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.73.

Color convert

RGB336836-
CMYK0.5100.470.73
HSL125.14º34.65%19.8%-
HSV(B)125.14º51.47%26.67%-
XYZ3.014.582.4-
YUV53.89117.9113.1-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 24.09%
GREEN value IS 68 (26.95% from 255) = 49.64%
BLUE value IS 36 (14.45% from 255) = 26.28%
R=24.09%
G=49.64%
B=26.28%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal3368360.5100.470.73125.1434.6519.8
Hex2144243302F497d2314
Octal4110444630571111754324
Binary100001100010010010011001101011111001001111110110001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #214424

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #214424; }

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

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

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

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

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

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

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

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