Html Css Color HEX #214132 Everglade

📋 copy color: '#214132'

red 33 ◦ green 65 ◦ blue 50

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

Shades of Everglade #214132

Tints of Everglade #214132

RGB

 RED value IS 33 (13.28% from 255) = 22.3%

 GREEN value IS 65 (25.78% from 255) = 43.92%

 BLUE value IS 50 (19.92% from 255) = 33.78%

R = 22.3%
G = 43.92%
B = 33.78%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.23

 K value IS 0.75

RGB Variations

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

Color information

#214132 (or 0x214132) is known color: Everglade. HEX triplet: 21, 41 and 32. RGB value is (33,65,50). Sum of RGB (Red+Green+Blue) = 33+65+50=148 (19% of max value = 765). Red value is 33 (13.28% from 255 or 22.30% from 148); Green value is 65 (25.78% from 255 or 43.92% from 148); Blue value is 50 (19.92% from 255 or 33.78% from 148); Max value from RGB is 65 - color contains mainly: green. Hex color #214132 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #214132 is #DEBECD. Grayscale: #353535. Windows color (decimal): -14597838 or 3293473. OLE color: 3293473.

HSL color Cylindrical-coordinate representation of color #214132: hue angle of 151.88º degrees, saturation: 0.33, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #214132 is Cyan = 0.49, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.75.

Color convert

RGB 33 65 50 -
CMYK 0.49 0 0.23 0.75
HSL 151.88º 0.33% 0.19% -
HSV(B) 151.88º 0.49% 0.25% -
XYZ 3.09 4.33 3.69 -
YUV 53.72 125.9 113.22 -
System Red Green Blue C M Y K H S L
Decimal 33 65 50 0.49 0 0.23 0.75 151.88 0.33 0.19
Hex 21 41 32 31 0 17 4B 98 21 13
Octal 41 101 62 61 0 27 113 230 41 23
Binary 100001 1000001 110010 110001 0 10111 1001011 10011000 100001 10011

Color Harmonies of #214132

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #214132

Black with #214132

Text Example


Text Example

White with #214132

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #214132; }

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

 H1.HeaderClassName
 {
   color: #214132;
 }
 .AnyTagClassName
 {
   color: #214132;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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