Html Css Color HEX #20533D County Green

📋 copy color: '#20533D'

red 32 ◦ green 83 ◦ blue 61

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

Shades of County Green #20533D

Tints of County Green #20533D

RGB

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

 GREEN value IS 83 (32.81% from 255) = 47.16%

 BLUE value IS 61 (24.22% from 255) = 34.66%

R = 18.18%
G = 47.16%
B = 34.66%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.27

 K value IS 0.67

RGB Variations

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

Color information

#20533D (or 0x20533D) is known color: County Green. HEX triplet: 20, 53 and 3D. RGB value is (32,83,61). Sum of RGB (Red+Green+Blue) = 32+83+61=176 (23% of max value = 765). Red value is 32 (12.89% from 255 or 18.18% from 176); Green value is 83 (32.81% from 255 or 47.16% from 176); Blue value is 61 (24.22% from 255 or 34.66% from 176); Max value from RGB is 83 - color contains mainly: green. Hex color #20533D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #20533D is #DFACC2. Grayscale: #414141. Windows color (decimal): -14658755 or 4018976. OLE color: 4018976.

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

Color convert

RGB 32 83 61 -
CMYK 0.61 0 0.27 0.67
HSL 154.12º 0.44% 0.23% -
HSV(B) 154.12º 0.61% 0.33% -
XYZ 4.53 6.83 5.49 -
YUV 65.24 125.6 104.29 -
System Red Green Blue C M Y K H S L
Decimal 32 83 61 0.61 0 0.27 0.67 154.12 0.44 0.23
Hex 20 53 3D 3D 0 1B 43 9A 2C 17
Octal 40 123 75 75 0 33 103 232 54 27
Binary 100000 1010011 111101 111101 0 11011 1000011 10011010 101100 10111

Color Harmonies of #20533D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20533D

Black with #20533D

Text Example


Text Example

White with #20533D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #20533D;
 }
 .AnyTagClassName
 {
   color: #20533D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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