Html Css Color HEX #214137 Sherwood Green

📋 copy color: '#214137'

red 33 ◦ green 65 ◦ blue 55

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

Shades of Sherwood Green #214137

Tints of Sherwood Green #214137

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 35.95%

R = 21.57%
G = 42.48%
B = 35.95%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.15

 K value IS 0.75

RGB Variations

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

Color information

#214137 (or 0x214137) is known color: Sherwood Green. HEX triplet: 21, 41 and 37. RGB value is (33,65,55). Sum of RGB (Red+Green+Blue) = 33+65+55=153 (20% of max value = 765). Red value is 33 (13.28% from 255 or 21.57% from 153); Green value is 65 (25.78% from 255 or 42.48% from 153); Blue value is 55 (21.88% from 255 or 35.95% from 153); Max value from RGB is 65 - color contains mainly: green. Hex color #214137 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #214137 is #DEBEC8. Grayscale: #363636. Windows color (decimal): -14597833 or 3621153. OLE color: 3621153.

HSL color Cylindrical-coordinate representation of color #214137: hue angle of 161.25º 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 #214137 is Cyan = 0.49, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.75.

Color convert

RGB 33 65 55 -
CMYK 0.49 0 0.15 0.75
HSL 161.25º 0.33% 0.19% -
HSV(B) 161.25º 0.49% 0.25% -
XYZ 3.21 4.38 4.29 -
YUV 54.29 128.4 112.81 -
System Red Green Blue C M Y K H S L
Decimal 33 65 55 0.49 0 0.15 0.75 161.25 0.33 0.19
Hex 21 41 37 31 0 F 4B A1 21 13
Octal 41 101 67 61 0 17 113 241 41 23
Binary 100001 1000001 110111 110001 0 1111 1001011 10100001 100001 10011

Color Harmonies of #214137

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #214137

Black with #214137

Text Example


Text Example

White with #214137

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #214137; }

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

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

background-color css

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

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

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

border-color css

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

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

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