#214439

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

Shades of Sherwood Green #214439

Tints of Sherwood Green #214439

Color information

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

RGB336857-
CMYK0.5100.160.73
HSL161.14º34.65%19.8%-
HSV(B)161.14º51.47%26.67%-
XYZ3.434.754.61-
YUV56.28128.4111.39-

RGB Variations

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

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 (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal3368570.5100.160.73161.1434.6519.8
Hex2144393301049a12314
Octal4110471630201112414324
Binary100001100010011100111001101000010010011010000110001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #214439

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



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