#32725F

Color #32725F Genoa (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Genoa #32725F

Tints of Genoa #32725F

Color information

#32725F (or 0x32725F) is unknown color: approx Genoa. HEX triplet: 32, 72 and 5F. RGB value is (50,114,95). Sum of RGB (Red+Green+Blue) = 50+114+95=259 (34% of max value = 765). Red value is 50 (19.92% from 255 or 19.31% from 259); Green value is 114 (44.92% from 255 or 44.02% from 259); Blue value is 95 (37.5% from 255 or 36.68% from 259); Max value from RGB is 114 - color contains mainly: green. Hex color #32725F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #32725F is #CD8DA0. Grayscale: #5C5C5C. Windows color (decimal): -13471137 or 6255154. OLE color: 6255154.

HSL color Cylindrical-coordinate representation of color #32725F: hue angle of 162.19º degrees, saturation: 0.39, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #32725F is Cyan = 0.56, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.55.

Color convert

RGB5011495-
CMYK0.5600.170.55
HSL162.19º39.02%32.16%-
HSV(B)162.19º56.14%44.71%-
XYZ9.413.5412.94-
YUV92.7129.397.54-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 19.31%
GREEN value IS 114 (44.92% from 255) = 44.02%
BLUE value IS 95 (37.5% from 255) = 36.68%
R=19.31%
G=44.02%
B=36.68%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal50114950.5600.170.55162.1939.0232.16
Hex32725F3801137a22720
Octal6216213770021672424740
Binary1100101110010101111111100001000111011110100010100111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32725F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #32725F; }

 p { color: rgb(50,114,95); }

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

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

 a { background-color: rgb(50,114,95); }

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

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

 span { border-color: rgb(50,114,95); }

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