#214732

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

Shades of Everglade #214732

Tints of Everglade #214732

Color information

#214732 (or 0x214732) is unknown color: approx Everglade. HEX triplet: 21, 47 and 32. RGB value is (33,71,50). Sum of RGB (Red+Green+Blue) = 33+71+50=154 (20% of max value = 765). Red value is 33 (13.28% from 255 or 21.43% from 154); Green value is 71 (28.12% from 255 or 46.10% from 154); Blue value is 50 (19.92% from 255 or 32.47% from 154); Max value from RGB is 71 - color contains mainly: green. Hex color #214732 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #214732 is #DEB8CD. Grayscale: #393939. Windows color (decimal): -14596302 or 3295009. OLE color: 3295009.

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

Color convert

RGB337150-
CMYK0.5400.300.72
HSL146.84º36.54%20.39%-
HSV(B)146.84º53.52%27.84%-
XYZ3.465.063.81-
YUV57.24123.91110.71-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 21.43%
GREEN value IS 71 (28.12% from 255) = 46.10%
BLUE value IS 50 (19.92% from 255) = 32.47%
R=21.43%
G=46.10%
B=32.47%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal3371500.5400.300.72146.8436.5420.39
Hex2147323601E48932514
Octal4110762660361102234524
Binary100001100011111001011011001111010010001001001110010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #214732

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #214732; }

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

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

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

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

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

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

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

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