#205248

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

Shades of Gable Green #205248

Tints of Gable Green #205248

Color information

#205248 (or 0x205248) is unknown color: approx Gable Green. HEX triplet: 20, 52 and 48. RGB value is (32,82,72). Sum of RGB (Red+Green+Blue) = 32+82+72=186 (24% of max value = 765). Red value is 32 (12.89% from 255 or 17.20% from 186); Green value is 82 (32.42% from 255 or 44.09% from 186); Blue value is 72 (28.52% from 255 or 38.71% from 186); Max value from RGB is 82 - color contains mainly: green. Hex color #205248 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #205248 is #DFADB7. Grayscale: #414141. Windows color (decimal): -14659000 or 4739616. OLE color: 4739616.

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

Color convert

RGB328272-
CMYK0.6100.120.68
HSL168º43.86%22.35%-
HSV(B)168º60.98%32.16%-
XYZ4.786.817.19-
YUV65.91131.44103.81-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 17.20%
GREEN value IS 82 (32.42% from 255) = 44.09%
BLUE value IS 72 (28.52% from 255) = 38.71%
R=17.20%
G=44.09%
B=38.71%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal3282720.6100.120.6816843.8622.35
Hex2052483D0C44a82c16
Octal40122110750141042505426
Binary100000101001010010001111010110010001001010100010110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #205248

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #205248; }

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

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

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

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

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

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

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

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