#214431

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

Shades of Everglade #214431

Tints of Everglade #214431

Color information

#214431 (or 0x214431) is unknown color: approx Everglade. HEX triplet: 21, 44 and 31. RGB value is (33,68,49). Sum of RGB (Red+Green+Blue) = 33+68+49=150 (19% of max value = 765). Red value is 33 (13.28% from 255 or 22% from 150); Green value is 68 (26.95% from 255 or 45.33% from 150); Blue value is 49 (19.53% from 255 or 32.67% from 150); Max value from RGB is 68 - color contains mainly: green. Hex color #214431 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #214431 is #DEBBCE. Grayscale: #373737. Windows color (decimal): -14597071 or 3228705. OLE color: 3228705.

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

Color convert

RGB336849-
CMYK0.5100.280.73
HSL147.43º34.65%19.8%-
HSV(B)147.43º51.47%26.67%-
XYZ3.254.683.64-
YUV55.37124.4112.04-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 22%
GREEN value IS 68 (26.95% from 255) = 45.33%
BLUE value IS 49 (19.53% from 255) = 32.67%
R=22%
G=45.33%
B=32.67%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal3368490.5100.280.73147.4334.6519.8
Hex2144313301C49932314
Octal4110461630341112234324
Binary100001100010011000111001101110010010011001001110001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #214431

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #214431; }

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

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

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

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

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

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

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

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