#204F45

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

Shades of Gable Green #204F45

Tints of Gable Green #204F45

Color information

#204F45 (or 0x204F45) is unknown color: approx Gable Green. HEX triplet: 20, 4F and 45. RGB value is (32,79,69). Sum of RGB (Red+Green+Blue) = 32+79+69=180 (23% of max value = 765). Red value is 32 (12.89% from 255 or 17.78% from 180); Green value is 79 (31.25% from 255 or 43.89% from 180); Blue value is 69 (27.34% from 255 or 38.33% from 180); Max value from RGB is 79 - color contains mainly: green. Hex color #204F45 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #204F45 is #DFB0BA. Grayscale: #3F3F3F. Windows color (decimal): -14659771 or 4542240. OLE color: 4542240.

HSL color Cylindrical-coordinate representation of color #204F45: hue angle of 167.23º degrees, saturation: 0.42, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #204F45 is Cyan = 0.59, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.69.

Color convert

RGB327969-
CMYK0.5900.130.69
HSL167.23º42.34%21.76%-
HSV(B)167.23º59.49%30.98%-
XYZ4.476.336.62-
YUV63.81130.93105.31-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 17.78%
GREEN value IS 79 (31.25% from 255) = 43.89%
BLUE value IS 69 (27.34% from 255) = 38.33%
R=17.78%
G=43.89%
B=38.33%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3279690.5900.130.69167.2342.3421.76
Hex204F453B0D45a72a16
Octal40117105730151052475226
Binary100000100111110001011110110110110001011010011110101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #204F45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #204F45; }

 p { color: rgb(32,79,69); }

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

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

 a { background-color: rgb(32,79,69); }

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

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

 span { border-color: rgb(32,79,69); }

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