#20523A

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

Shades of County Green #20523A

Tints of County Green #20523A

Color information

#20523A (or 0x20523A) is unknown color: approx County Green. HEX triplet: 20, 52 and 3A. RGB value is (32,82,58). Sum of RGB (Red+Green+Blue) = 32+82+58=172 (22% of max value = 765). Red value is 32 (12.89% from 255 or 18.60% from 172); Green value is 82 (32.42% from 255 or 47.67% from 172); Blue value is 58 (23.05% from 255 or 33.72% from 172); Max value from RGB is 82 - color contains mainly: green. Hex color #20523A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #20523A is #DFADC5. Grayscale: #404040. Windows color (decimal): -14659014 or 3822112. OLE color: 3822112.

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

Color convert

RGB328258-
CMYK0.6100.290.68
HSL151.2º43.86%22.35%-
HSV(B)151.2º60.98%32.16%-
XYZ4.386.655.06-
YUV64.31124.44104.95-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 18.60%
GREEN value IS 82 (32.42% from 255) = 47.67%
BLUE value IS 58 (23.05% from 255) = 33.72%
R=18.60%
G=47.67%
B=33.72%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal3282580.6100.290.68151.243.8622.35
Hex20523A3D01D44972c16
Octal4012272750351042275426
Binary100000101001011101011110101110110001001001011110110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20523A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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