#20523D

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

Shades of County Green #20523D

Tints of County Green #20523D

Color information

#20523D (or 0x20523D) is unknown color: approx County Green. HEX triplet: 20, 52 and 3D. RGB value is (32,82,61). Sum of RGB (Red+Green+Blue) = 32+82+61=175 (23% of max value = 765). Red value is 32 (12.89% from 255 or 18.29% from 175); Green value is 82 (32.42% from 255 or 46.86% from 175); Blue value is 61 (24.22% from 255 or 34.86% from 175); Max value from RGB is 82 - color contains mainly: green. Hex color #20523D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #20523D is #DFADC2. Grayscale: #404040. Windows color (decimal): -14659011 or 4018720. OLE color: 4018720.

HSL color Cylindrical-coordinate representation of color #20523D: hue angle of 154.8º degrees, saturation: 0.44, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #20523D is Cyan = 0.61, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.68.

Color convert

RGB328261-
CMYK0.6100.260.68
HSL154.8º43.86%22.35%-
HSV(B)154.8º60.98%32.16%-
XYZ4.466.685.47-
YUV64.66125.94104.71-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 18.29%
GREEN value IS 82 (32.42% from 255) = 46.86%
BLUE value IS 61 (24.22% from 255) = 34.86%
R=18.29%
G=46.86%
B=34.86%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal3282610.6100.260.68154.843.8622.35
Hex20523D3D01A449b2c16
Octal4012275750321042335426
Binary100000101001011110111110101101010001001001101110110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20523D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #20523D; }

 p { color: rgb(32,82,61); }

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

<style>
 a { background-color: #20523D; }

 a { background-color: rgb(32,82,61); }

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

<style>
 span { border-color: #20523D; }

 span { border-color: rgb(32,82,61); }

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