Html Css Color HEX #20524A Gable Green

📋 copy color: '#20524A'

red 32 ◦ green 82 ◦ blue 74

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

Shades of Gable Green #20524A

Tints of Gable Green #20524A

RGB

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

 GREEN value IS 82 (32.42% from 255) = 43.62%

 BLUE value IS 74 (29.3% from 255) = 39.36%

R = 17.02%
G = 43.62%
B = 39.36%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.10

 K value IS 0.68

RGB Variations

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

Color information

#20524A (or 0x20524A) is known color: Gable Green. HEX triplet: 20, 52 and 4A. RGB value is (32,82,74). Sum of RGB (Red+Green+Blue) = 32+82+74=188 (24% of max value = 765). Red value is 32 (12.89% from 255 or 17.02% from 188); Green value is 82 (32.42% from 255 or 43.62% from 188); Blue value is 74 (29.30% from 255 or 39.36% from 188); Max value from RGB is 82 - color contains mainly: green. Hex color #20524A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #20524A is #DFADB5. Grayscale: #424242. Windows color (decimal): -14658998 or 4870688. OLE color: 4870688.

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

Color convert

RGB 32 82 74 -
CMYK 0.61 0 0.10 0.68
HSL 170.4º 0.44% 0.22% -
HSV(B) 170.4º 0.61% 0.32% -
XYZ 4.85 6.84 7.54 -
YUV 66.14 132.44 103.65 -
System Red Green Blue C M Y K H S L
Decimal 32 82 74 0.61 0 0.10 0.68 170.4 0.44 0.22
Hex 20 52 4A 3D 0 A 44 AA 2C 16
Octal 40 122 112 75 0 12 104 252 54 26
Binary 100000 1010010 1001010 111101 0 1010 1000100 10101010 101100 10110

Color Harmonies of #20524A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20524A

Black with #20524A

Text Example


Text Example

White with #20524A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #20524A;
 }
 .AnyTagClassName
 {
   color: #20524A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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