#20463A

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

Shades of Sherwood Green #20463A

Tints of Sherwood Green #20463A

Color information

#20463A (or 0x20463A) is unknown color: approx Sherwood Green. HEX triplet: 20, 46 and 3A. RGB value is (32,70,58). Sum of RGB (Red+Green+Blue) = 32+70+58=160 (21% of max value = 765). Red value is 32 (12.89% from 255 or 20% from 160); Green value is 70 (27.73% from 255 or 43.75% from 160); Blue value is 58 (23.05% from 255 or 36.25% from 160); Max value from RGB is 70 - color contains mainly: green. Hex color #20463A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #20463A is #DFB9C5. Grayscale: #393939. Windows color (decimal): -14662086 or 3819040. OLE color: 3819040.

HSL color Cylindrical-coordinate representation of color #20463A: hue angle of 161.05º 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 #20463A is Cyan = 0.54, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.73.

Color convert

RGB327058-
CMYK0.5400.170.73
HSL161.05º37.25%20%-
HSV(B)161.05º54.29%27.45%-
XYZ3.554.994.78-
YUV57.27128.41109.98-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 20%
GREEN value IS 70 (27.73% from 255) = 43.75%
BLUE value IS 58 (23.05% from 255) = 36.25%
R=20%
G=43.75%
B=36.25%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal3270580.5400.170.73161.0537.2520
Hex20463A3601149a12514
Octal4010672660211112414524
Binary100000100011011101011011001000110010011010000110010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20463A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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