Html Css Color HEX #214439 Sherwood Green

📋 copy color: '#214439'

red 33 ◦ green 68 ◦ blue 57

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

Shades of Sherwood Green #214439

Tints of Sherwood Green #214439

RGB

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

 GREEN value IS 68 (26.95% from 255) = 43.04%

 BLUE value IS 57 (22.66% from 255) = 36.08%

R = 20.89%
G = 43.04%
B = 36.08%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.16

 K value IS 0.73

RGB Variations

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

Color information

#214439 (or 0x214439) is known color: Sherwood Green. HEX triplet: 21, 44 and 39. RGB value is (33,68,57). Sum of RGB (Red+Green+Blue) = 33+68+57=158 (20% of max value = 765). Red value is 33 (13.28% from 255 or 20.89% from 158); Green value is 68 (26.95% from 255 or 43.04% from 158); Blue value is 57 (22.66% from 255 or 36.08% from 158); Max value from RGB is 68 - color contains mainly: green. Hex color #214439 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #214439 is #DEBBC6. Grayscale: #383838. Windows color (decimal): -14597063 or 3752993. OLE color: 3752993.

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

Color convert

RGB 33 68 57 -
CMYK 0.51 0 0.16 0.73
HSL 161.14º 0.35% 0.2% -
HSV(B) 161.14º 0.51% 0.27% -
XYZ 3.43 4.75 4.61 -
YUV 56.28 128.4 111.39 -
System Red Green Blue C M Y K H S L
Decimal 33 68 57 0.51 0 0.16 0.73 161.14 0.35 0.2
Hex 21 44 39 33 0 10 49 A1 23 14
Octal 41 104 71 63 0 20 111 241 43 24
Binary 100001 1000100 111001 110011 0 10000 1001001 10100001 100011 10100

Color Harmonies of #214439

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #214439

Black with #214439

Text Example


Text Example

White with #214439

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #214439; }

 p { color: rgb(33,68,57); }

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

background-color css

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

 a { background-color: rgb(33,68,57); }

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

border-color css

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

 span { border-color: rgb(33,68,57); }

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