#205147

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

Shades of Gable Green #205147

Tints of Gable Green #205147

Color information

#205147 (or 0x205147) is unknown color: approx Gable Green. HEX triplet: 20, 51 and 47. RGB value is (32,81,71). Sum of RGB (Red+Green+Blue) = 32+81+71=184 (24% of max value = 765). Red value is 32 (12.89% from 255 or 17.39% from 184); Green value is 81 (32.03% from 255 or 44.02% from 184); Blue value is 71 (28.12% from 255 or 38.59% from 184); Max value from RGB is 81 - color contains mainly: green. Hex color #205147 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #205147 is #DFAEB8. Grayscale: #414141. Windows color (decimal): -14659257 or 4673824. OLE color: 4673824.

HSL color Cylindrical-coordinate representation of color #205147: hue angle of 167.76º degrees, saturation: 0.43, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #205147 is Cyan = 0.60, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.68.

Color convert

RGB328171-
CMYK0.6000.120.68
HSL167.76º43.36%22.16%-
HSV(B)167.76º60.49%31.76%-
XYZ4.686.657-
YUV65.21131.27104.31-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 17.39%
GREEN value IS 81 (32.03% from 255) = 44.02%
BLUE value IS 71 (28.12% from 255) = 38.59%
R=17.39%
G=44.02%
B=38.59%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal3281710.6000.120.68167.7643.3622.16
Hex2051473C0C44a82b16
Octal40121107740141042505326
Binary100000101000110001111111000110010001001010100010101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #205147

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #205147; }

 p { color: rgb(32,81,71); }

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

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

 a { background-color: rgb(32,81,71); }

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

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

 span { border-color: rgb(32,81,71); }

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