Html Css Color HEX #205249 Gable Green

📋 copy color: '#205249'

red 32 ◦ green 82 ◦ blue 73

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

Shades of Gable Green #205249

Tints of Gable Green #205249

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 39.04%

R = 17.11%
G = 43.85%
B = 39.04%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.11

 K value IS 0.68

RGB Variations

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

Color information

#205249 (or 0x205249) is known color: Gable Green. HEX triplet: 20, 52 and 49. RGB value is (32,82,73). Sum of RGB (Red+Green+Blue) = 32+82+73=187 (24% of max value = 765). Red value is 32 (12.89% from 255 or 17.11% from 187); Green value is 82 (32.42% from 255 or 43.85% from 187); Blue value is 73 (28.91% from 255 or 39.04% from 187); Max value from RGB is 82 - color contains mainly: green. Hex color #205249 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #205249 is #DFADB6. Grayscale: #424242. Windows color (decimal): -14658999 or 4805152. OLE color: 4805152.

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

Color convert

RGB 32 82 73 -
CMYK 0.61 0 0.11 0.68
HSL 169.2º 0.44% 0.22% -
HSV(B) 169.2º 0.61% 0.32% -
XYZ 4.82 6.82 7.37 -
YUV 66.02 131.94 103.73 -
System Red Green Blue C M Y K H S L
Decimal 32 82 73 0.61 0 0.11 0.68 169.2 0.44 0.22
Hex 20 52 49 3D 0 B 44 A9 2C 16
Octal 40 122 111 75 0 13 104 251 54 26
Binary 100000 1010010 1001001 111101 0 1011 1000100 10101001 101100 10110

Color Harmonies of #205249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #205249

Black with #205249

Text Example


Text Example

White with #205249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #205249; }

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

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

background-color css

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

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

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

border-color css

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

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

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