#214632

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

Shades of Everglade #214632

Tints of Everglade #214632

Color information

#214632 (or 0x214632) is unknown color: approx Everglade. HEX triplet: 21, 46 and 32. RGB value is (33,70,50). Sum of RGB (Red+Green+Blue) = 33+70+50=153 (20% of max value = 765). Red value is 33 (13.28% from 255 or 21.57% from 153); Green value is 70 (27.73% from 255 or 45.75% from 153); Blue value is 50 (19.92% from 255 or 32.68% from 153); Max value from RGB is 70 - color contains mainly: green. Hex color #214632 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #214632 is #DEB9CD. Grayscale: #383838. Windows color (decimal): -14596558 or 3294753. OLE color: 3294753.

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

Color convert

RGB337050-
CMYK0.5300.290.73
HSL147.57º35.92%20.2%-
HSV(B)147.57º52.86%27.45%-
XYZ3.394.933.79-
YUV56.66124.24111.13-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 21.57%
GREEN value IS 70 (27.73% from 255) = 45.75%
BLUE value IS 50 (19.92% from 255) = 32.68%
R=21.57%
G=45.75%
B=32.68%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal3370500.5300.290.73147.5735.9220.2
Hex2146323501D49942414
Octal4110662650351112244424
Binary100001100011011001011010101110110010011001010010010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #214632

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #214632; }

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

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

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

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

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

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

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

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