#214832

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

Shades of Everglade #214832

Tints of Everglade #214832

Color information

#214832 (or 0x214832) is unknown color: approx Everglade. HEX triplet: 21, 48 and 32. RGB value is (33,72,50). Sum of RGB (Red+Green+Blue) = 33+72+50=155 (20% of max value = 765). Red value is 33 (13.28% from 255 or 21.29% from 155); Green value is 72 (28.52% from 255 or 46.45% from 155); Blue value is 50 (19.92% from 255 or 32.26% from 155); Max value from RGB is 72 - color contains mainly: green. Hex color #214832 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #214832 is #DEB7CD. Grayscale: #393939. Windows color (decimal): -14596046 or 3295265. OLE color: 3295265.

HSL color Cylindrical-coordinate representation of color #214832: hue angle of 146.15º degrees, saturation: 0.37, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #214832 is Cyan = 0.54, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.72.

Color convert

RGB337250-
CMYK0.5400.310.72
HSL146.15º37.14%20.59%-
HSV(B)146.15º54.17%28.24%-
XYZ3.525.193.83-
YUV57.83123.58110.29-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 21.29%
GREEN value IS 72 (28.52% from 255) = 46.45%
BLUE value IS 50 (19.92% from 255) = 32.26%
R=21.29%
G=46.45%
B=32.26%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal3372500.5400.310.72146.1537.1420.59
Hex2148323601F48922515
Octal4111062660371102224525
Binary100001100100011001011011001111110010001001001010010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #214832

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #214832; }

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

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

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

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

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

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

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

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