#214137

Color #214137 Sherwood Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sherwood Green #214137

Tints of Sherwood Green #214137

Color information

#214137 (or 0x214137) is unknown color: approx 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

RGB336555-
CMYK0.4900.150.75
HSL161.25º32.65%19.22%-
HSV(B)161.25º49.23%25.49%-
XYZ3.214.384.29-
YUV54.29128.4112.81-

RGB Variations

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

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 (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal3365550.4900.150.75161.2532.6519.22
Hex214137310F4Ba12113
Octal4110167610171132414123
Binary10000110000011101111100010111110010111010000110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #214137

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>