Html Css Color HEX #214632 Everglade

📋 copy color: '#214632'

red 33 ◦ green 70 ◦ blue 50

#214632
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Everglade #214632

Tints of Everglade #214632

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 value IS 0.53

 M value IS 0

 Y value IS 0.29

 K value IS 0.73

RGB Variations

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

Color information

#214632 (or 0x214632) is known color: 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

RGB 33 70 50 -
CMYK 0.53 0 0.29 0.73
HSL 147.57º 0.36% 0.2% -
HSV(B) 147.57º 0.53% 0.27% -
XYZ 3.39 4.93 3.79 -
YUV 56.66 124.24 111.13 -
System Red Green Blue C M Y K H S L
Decimal 33 70 50 0.53 0 0.29 0.73 147.57 0.36 0.2
Hex 21 46 32 35 0 1D 49 94 24 14
Octal 41 106 62 65 0 35 111 224 44 24
Binary 100001 1000110 110010 110101 0 11101 1001001 10010100 100100 10100

Color Harmonies of #214632

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #214632

Black with #214632

Text Example


Text Example

White with #214632

Text Example


Text Example

HTML Codes & Css Web 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>