Html Css Color HEX #20553C County Green

📋 copy color: '#20553C'

red 32 ◦ green 85 ◦ blue 60

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

Shades of County Green #20553C

Tints of County Green #20553C

RGB

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

 GREEN value IS 85 (33.59% from 255) = 48.02%

 BLUE value IS 60 (23.83% from 255) = 33.9%

R = 18.08%
G = 48.02%
B = 33.9%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.29

 K value IS 0.67

RGB Variations

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

Color information

#20553C (or 0x20553C) is known color: County Green. HEX triplet: 20, 55 and 3C. RGB value is (32,85,60). Sum of RGB (Red+Green+Blue) = 32+85+60=177 (23% of max value = 765). Red value is 32 (12.89% from 255 or 18.08% from 177); Green value is 85 (33.59% from 255 or 48.02% from 177); Blue value is 60 (23.83% from 255 or 33.90% from 177); Max value from RGB is 85 - color contains mainly: green. Hex color #20553C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #20553C is #DFAAC3. Grayscale: #424242. Windows color (decimal): -14658244 or 3953952. OLE color: 3953952.

HSL color Cylindrical-coordinate representation of color #20553C: hue angle of 151.7º 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 #20553C is Cyan = 0.62, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.67.

Color convert

RGB 32 85 60 -
CMYK 0.62 0 0.29 0.67
HSL 151.7º 0.45% 0.23% -
HSV(B) 151.7º 0.62% 0.33% -
XYZ 4.66 7.13 5.41 -
YUV 66.3 124.44 103.53 -
System Red Green Blue C M Y K H S L
Decimal 32 85 60 0.62 0 0.29 0.67 151.7 0.45 0.23
Hex 20 55 3C 3E 0 1D 43 98 2D 17
Octal 40 125 74 76 0 35 103 230 55 27
Binary 100000 1010101 111100 111110 0 11101 1000011 10011000 101101 10111

Color Harmonies of #20553C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20553C

Black with #20553C

Text Example


Text Example

White with #20553C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #20553C;
 }
 .AnyTagClassName
 {
   color: #20553C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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