Html Css Color HEX #20463A Sherwood Green

📋 copy color: '#20463A'

red 32 ◦ green 70 ◦ blue 58

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

Shades of Sherwood Green #20463A

Tints of Sherwood Green #20463A

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 value IS 0.54

 M value IS 0

 Y value IS 0.17

 K value IS 0.73

RGB Variations

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

Color information

#20463A (or 0x20463A) is known color: 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

RGB 32 70 58 -
CMYK 0.54 0 0.17 0.73
HSL 161.05º 0.37% 0.2% -
HSV(B) 161.05º 0.54% 0.27% -
XYZ 3.55 4.99 4.78 -
YUV 57.27 128.41 109.98 -
System Red Green Blue C M Y K H S L
Decimal 32 70 58 0.54 0 0.17 0.73 161.05 0.37 0.2
Hex 20 46 3A 36 0 11 49 A1 25 14
Octal 40 106 72 66 0 21 111 241 45 24
Binary 100000 1000110 111010 110110 0 10001 1001001 10100001 100101 10100

Color Harmonies of #20463A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20463A

Black with #20463A

Text Example


Text Example

White with #20463A

Text Example


Text Example

HTML Codes & Css Web 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>