#214531

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

Shades of Everglade #214531

Tints of Everglade #214531

Color information

#214531 (or 0x214531) is unknown color: approx Everglade. HEX triplet: 21, 45 and 31. RGB value is (33,69,49). Sum of RGB (Red+Green+Blue) = 33+69+49=151 (20% of max value = 765). Red value is 33 (13.28% from 255 or 21.85% from 151); Green value is 69 (27.34% from 255 or 45.70% from 151); Blue value is 49 (19.53% from 255 or 32.45% from 151); Max value from RGB is 69 - color contains mainly: green. Hex color #214531 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #214531 is #DEBACE. Grayscale: #383838. Windows color (decimal): -14596815 or 3228961. OLE color: 3228961.

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

Color convert

RGB336949-
CMYK0.5200.290.73
HSL146.67º35.29%20%-
HSV(B)146.67º52.17%27.06%-
XYZ3.314.83.66-
YUV55.96124.07111.63-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 21.85%
GREEN value IS 69 (27.34% from 255) = 45.70%
BLUE value IS 49 (19.53% from 255) = 32.45%
R=21.85%
G=45.70%
B=32.45%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal3369490.5200.290.73146.6735.2920
Hex2145313401D49932314
Octal4110561640351112234324
Binary100001100010111000111010001110110010011001001110001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #214531

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #214531; }

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

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

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

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

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

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

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

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