#20523C

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

Shades of County Green #20523C

Tints of County Green #20523C

Color information

#20523C (or 0x20523C) is unknown color: approx County Green. HEX triplet: 20, 52 and 3C. RGB value is (32,82,60). Sum of RGB (Red+Green+Blue) = 32+82+60=174 (23% of max value = 765). Red value is 32 (12.89% from 255 or 18.39% from 174); Green value is 82 (32.42% from 255 or 47.13% from 174); Blue value is 60 (23.83% from 255 or 34.48% from 174); Max value from RGB is 82 - color contains mainly: green. Hex color #20523C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #20523C is #DFADC3. Grayscale: #404040. Windows color (decimal): -14659012 or 3953184. OLE color: 3953184.

HSL color Cylindrical-coordinate representation of color #20523C: hue angle of 153.6º 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 #20523C is Cyan = 0.61, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.68.

Color convert

RGB328260-
CMYK0.6100.270.68
HSL153.6º43.86%22.35%-
HSV(B)153.6º60.98%32.16%-
XYZ4.436.675.33-
YUV64.54125.44104.79-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 18.39%
GREEN value IS 82 (32.42% from 255) = 47.13%
BLUE value IS 60 (23.83% from 255) = 34.48%
R=18.39%
G=47.13%
B=34.48%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal3282600.6100.270.68153.643.8622.35
Hex20523C3D01B449a2c16
Octal4012274750331042325426
Binary100000101001011110011110101101110001001001101010110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20523C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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