Html Css Color HEX #214332 Everglade

📋 copy color: '#214332'

red 33 ◦ green 67 ◦ blue 50

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

Shades of Everglade #214332

Tints of Everglade #214332

RGB

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

 GREEN value IS 67 (26.56% from 255) = 44.67%

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

R = 22%
G = 44.67%
B = 33.33%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.25

 K value IS 0.74

RGB Variations

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

Color information

#214332 (or 0x214332) is known color: Everglade. HEX triplet: 21, 43 and 32. RGB value is (33,67,50). Sum of RGB (Red+Green+Blue) = 33+67+50=150 (19% of max value = 765). Red value is 33 (13.28% from 255 or 22% from 150); Green value is 67 (26.56% from 255 or 44.67% from 150); Blue value is 50 (19.92% from 255 or 33.33% from 150); Max value from RGB is 67 - color contains mainly: green. Hex color #214332 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #214332 is #DEBCCD. Grayscale: #363636. Windows color (decimal): -14597326 or 3293985. OLE color: 3293985.

HSL color Cylindrical-coordinate representation of color #214332: hue angle of 150º degrees, saturation: 0.34, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #214332 is Cyan = 0.51, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.74.

Color convert

RGB 33 67 50 -
CMYK 0.51 0 0.25 0.74
HSL 150º 0.34% 0.2% -
HSV(B) 150º 0.51% 0.26% -
XYZ 3.21 4.57 3.73 -
YUV 54.9 125.24 112.38 -
System Red Green Blue C M Y K H S L
Decimal 33 67 50 0.51 0 0.25 0.74 150 0.34 0.2
Hex 21 43 32 33 0 19 4A 96 22 14
Octal 41 103 62 63 0 31 112 226 42 24
Binary 100001 1000011 110010 110011 0 11001 1001010 10010110 100010 10100

Color Harmonies of #214332

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #214332

Black with #214332

Text Example


Text Example

White with #214332

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #214332; }

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

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

background-color css

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

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

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

border-color css

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

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

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