#32715F

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

Shades of Genoa #32715F

Tints of Genoa #32715F

Color information

#32715F (or 0x32715F) is unknown color: approx Genoa. HEX triplet: 32, 71 and 5F. RGB value is (50,113,95). Sum of RGB (Red+Green+Blue) = 50+113+95=258 (34% of max value = 765). Red value is 50 (19.92% from 255 or 19.38% from 258); Green value is 113 (44.53% from 255 or 43.80% from 258); Blue value is 95 (37.5% from 255 or 36.82% from 258); Max value from RGB is 113 - color contains mainly: green. Hex color #32715F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #32715F is #CD8EA0. Grayscale: #5C5C5C. Windows color (decimal): -13471393 or 6254898. OLE color: 6254898.

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

Color convert

RGB5011395-
CMYK0.5600.160.56
HSL162.86º38.65%31.96%-
HSV(B)162.86º55.75%44.31%-
XYZ9.2913.3112.91-
YUV92.11129.6397.96-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 19.38%
GREEN value IS 113 (44.53% from 255) = 43.80%
BLUE value IS 95 (37.5% from 255) = 36.82%
R=19.38%
G=43.80%
B=36.82%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal50113950.5600.160.56162.8638.6531.96
Hex32715F3801038a32720
Octal6216113770020702434740
Binary1100101110001101111111100001000011100010100011100111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32715F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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