#20463B

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

Shades of Sherwood Green #20463B

Tints of Sherwood Green #20463B

Color information

#20463B (or 0x20463B) is unknown color: approx Sherwood Green. HEX triplet: 20, 46 and 3B. RGB value is (32,70,59). Sum of RGB (Red+Green+Blue) = 32+70+59=161 (21% of max value = 765). Red value is 32 (12.89% from 255 or 19.88% from 161); Green value is 70 (27.73% from 255 or 43.48% from 161); Blue value is 59 (23.44% from 255 or 36.65% from 161); Max value from RGB is 70 - color contains mainly: green. Hex color #20463B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #20463B is #DFB9C4. Grayscale: #393939. Windows color (decimal): -14662085 or 3884576. OLE color: 3884576.

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

Color convert

RGB327059-
CMYK0.5400.160.73
HSL162.63º37.25%20%-
HSV(B)162.63º54.29%27.45%-
XYZ3.5854.91-
YUV57.38128.91109.89-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 19.88%
GREEN value IS 70 (27.73% from 255) = 43.48%
BLUE value IS 59 (23.44% from 255) = 36.65%
R=19.88%
G=43.48%
B=36.65%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal3270590.5400.160.73162.6337.2520
Hex20463B3601049a32514
Octal4010673660201112434524
Binary100000100011011101111011001000010010011010001110010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20463B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #20463B; }

 p { color: rgb(32,70,59); }

 H1.HeaderClassName
 {
   color: #20463B;
 }
 .AnyTagClassName
 {
   color: #20463B;
 }
</style>
background-color css

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

 a { background-color: rgb(32,70,59); }

 div.DivClassName
 {
   background-color: #20463B;
 }
 .BgClassName
 {
   background-color: #20463B;
 }
</style>
border-color css

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

 span { border-color: rgb(32,70,59); }

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