Html Css Color HEX #20483B Sherwood Green

📋 copy color: '#20483B'

red 32 ◦ green 72 ◦ blue 59

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

Shades of Sherwood Green #20483B

Tints of Sherwood Green #20483B

RGB

 RED value IS 32 (12.89% from 255) = 19.63%

 GREEN value IS 72 (28.52% from 255) = 44.17%

 BLUE value IS 59 (23.44% from 255) = 36.2%

R = 19.63%
G = 44.17%
B = 36.2%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.18

 K value IS 0.72

RGB Variations

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

Color information

#20483B (or 0x20483B) is known color: Sherwood Green. HEX triplet: 20, 48 and 3B. RGB value is (32,72,59). Sum of RGB (Red+Green+Blue) = 32+72+59=163 (21% of max value = 765). Red value is 32 (12.89% from 255 or 19.63% from 163); Green value is 72 (28.52% from 255 or 44.17% from 163); Blue value is 59 (23.44% from 255 or 36.20% from 163); Max value from RGB is 72 - color contains mainly: green. Hex color #20483B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #20483B is #DFB7C4. Grayscale: #3A3A3A. Windows color (decimal): -14661573 or 3885088. OLE color: 3885088.

HSL color Cylindrical-coordinate representation of color #20483B: hue angle of 160.5º degrees, saturation: 0.38, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #20483B is Cyan = 0.56, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.72.

Color convert

RGB 32 72 59 -
CMYK 0.56 0 0.18 0.72
HSL 160.5º 0.38% 0.2% -
HSV(B) 160.5º 0.56% 0.28% -
XYZ 3.7 5.26 4.96 -
YUV 58.56 128.25 109.06 -
System Red Green Blue C M Y K H S L
Decimal 32 72 59 0.56 0 0.18 0.72 160.5 0.38 0.2
Hex 20 48 3B 38 0 12 48 A0 26 14
Octal 40 110 73 70 0 22 110 240 46 24
Binary 100000 1001000 111011 111000 0 10010 1001000 10100000 100110 10100

Color Harmonies of #20483B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20483B

Black with #20483B

Text Example


Text Example

White with #20483B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #20483B;
 }
 .AnyTagClassName
 {
   color: #20483B;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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