#20553E

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

Shades of County Green #20553E

Tints of County Green #20553E

Color information

#20553E (or 0x20553E) is unknown color: approx County Green. HEX triplet: 20, 55 and 3E. RGB value is (32,85,62). Sum of RGB (Red+Green+Blue) = 32+85+62=179 (23% of max value = 765). Red value is 32 (12.89% from 255 or 17.88% from 179); Green value is 85 (33.59% from 255 or 47.49% from 179); Blue value is 62 (24.61% from 255 or 34.64% from 179); Max value from RGB is 85 - color contains mainly: green. Hex color #20553E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #20553E is #DFAAC1. Grayscale: #424242. Windows color (decimal): -14658242 or 4085024. OLE color: 4085024.

HSL color Cylindrical-coordinate representation of color #20553E: hue angle of 153.96º degrees, saturation: 0.45, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #20553E is Cyan = 0.62, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.67.

Color convert

RGB328562-
CMYK0.6200.270.67
HSL153.96º45.3%22.94%-
HSV(B)153.96º62.35%33.33%-
XYZ4.717.155.69-
YUV66.53125.44103.37-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 17.88%
GREEN value IS 85 (33.59% from 255) = 47.49%
BLUE value IS 62 (24.61% from 255) = 34.64%
R=17.88%
G=47.49%
B=34.64%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3285620.6200.270.67153.9645.322.94
Hex20553E3E01B439a2d17
Octal4012576760331032325527
Binary100000101010111111011111001101110000111001101010110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20553E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #20553E; }

 p { color: rgb(32,85,62); }

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

<style>
 a { background-color: #20553E; }

 a { background-color: rgb(32,85,62); }

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

<style>
 span { border-color: #20553E; }

 span { border-color: rgb(32,85,62); }

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