#32756F

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

Shades of Genoa #32756F

Tints of Genoa #32756F

Color information

#32756F (or 0x32756F) is unknown color: approx Genoa. HEX triplet: 32, 75 and 6F. RGB value is (50,117,111). Sum of RGB (Red+Green+Blue) = 50+117+111=278 (36% of max value = 765). Red value is 50 (19.92% from 255 or 17.99% from 278); Green value is 117 (46.09% from 255 or 42.09% from 278); Blue value is 111 (43.75% from 255 or 39.93% from 278); Max value from RGB is 117 - color contains mainly: green. Hex color #32756F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #32756F is #CD8A90. Grayscale: #606060. Windows color (decimal): -13470353 or 7304498. OLE color: 7304498.

HSL color Cylindrical-coordinate representation of color #32756F: hue angle of 174.63º degrees, saturation: 0.4, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #32756F is Cyan = 0.57, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.54.

Color convert

RGB50117111-
CMYK0.5700.050.54
HSL174.63º40.12%32.75%-
HSV(B)174.63º57.26%45.88%-
XYZ10.5514.5517.29-
YUV96.28136.394.99-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 17.99%
GREEN value IS 117 (46.09% from 255) = 42.09%
BLUE value IS 111 (43.75% from 255) = 39.93%
R=17.99%
G=42.09%
B=39.93%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal501171110.5700.050.54174.6340.1232.75
Hex32756F390536af2821
Octal621651577105662575041
Binary11001011101011101111111001010111011010101111101000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32756F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,117,111); }

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

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

 a { background-color: rgb(50,117,111); }

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

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

 span { border-color: rgb(50,117,111); }

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