#32736B

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

Shades of Genoa #32736B

Tints of Genoa #32736B

Color information

#32736B (or 0x32736B) is unknown color: approx Genoa. HEX triplet: 32, 73 and 6B. RGB value is (50,115,107). Sum of RGB (Red+Green+Blue) = 50+115+107=272 (36% of max value = 765). Red value is 50 (19.92% from 255 or 18.38% from 272); Green value is 115 (45.31% from 255 or 42.28% from 272); Blue value is 107 (42.19% from 255 or 39.34% from 272); Max value from RGB is 115 - color contains mainly: green. Hex color #32736B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #32736B is #CD8C94. Grayscale: #5E5E5E. Windows color (decimal): -13470869 or 7041842. OLE color: 7041842.

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

Color convert

RGB50115107-
CMYK0.5700.070.55
HSL172.62º39.39%32.35%-
HSV(B)172.62º56.52%45.1%-
XYZ10.11416.08-
YUV94.65134.9796.15-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 18.38%
GREEN value IS 115 (45.31% from 255) = 42.28%
BLUE value IS 107 (42.19% from 255) = 39.34%
R=18.38%
G=42.28%
B=39.34%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal501151070.5700.070.55172.6239.3932.35
Hex32736B390737ad2720
Octal621631537107672554740
Binary11001011100111101011111001011111011110101101100111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32736B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #32736B; }

 p { color: rgb(50,115,107); }

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

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

 a { background-color: rgb(50,115,107); }

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

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

 span { border-color: rgb(50,115,107); }

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