#214432

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

Shades of Everglade #214432

Tints of Everglade #214432

Color information

#214432 (or 0x214432) is unknown color: approx Everglade. HEX triplet: 21, 44 and 32. RGB value is (33,68,50). Sum of RGB (Red+Green+Blue) = 33+68+50=151 (20% of max value = 765). Red value is 33 (13.28% from 255 or 21.85% from 151); Green value is 68 (26.95% from 255 or 45.03% from 151); Blue value is 50 (19.92% from 255 or 33.11% from 151); Max value from RGB is 68 - color contains mainly: green. Hex color #214432 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #214432 is #DEBBCD. Grayscale: #373737. Windows color (decimal): -14597070 or 3294241. OLE color: 3294241.

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

Color convert

RGB336850-
CMYK0.5100.260.73
HSL149.14º34.65%19.8%-
HSV(B)149.14º51.47%26.67%-
XYZ3.274.693.75-
YUV55.48124.9111.96-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 21.85%
GREEN value IS 68 (26.95% from 255) = 45.03%
BLUE value IS 50 (19.92% from 255) = 33.11%
R=21.85%
G=45.03%
B=33.11%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal3368500.5100.260.73149.1434.6519.8
Hex2144323301A49952314
Octal4110462630321112254324
Binary100001100010011001011001101101010010011001010110001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #214432

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #214432; }

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

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

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

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

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

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

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

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