#32786B

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

Shades of Genoa #32786B

Tints of Genoa #32786B

Color information

#32786B (or 0x32786B) is unknown color: approx Genoa. HEX triplet: 32, 78 and 6B. RGB value is (50,120,107). Sum of RGB (Red+Green+Blue) = 50+120+107=277 (36% of max value = 765). Red value is 50 (19.92% from 255 or 18.05% from 277); Green value is 120 (47.27% from 255 or 43.32% from 277); Blue value is 107 (42.19% from 255 or 38.63% from 277); Max value from RGB is 120 - color contains mainly: green. Hex color #32786B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #32786B is #CD8794. Grayscale: #616161. Windows color (decimal): -13469589 or 7043122. OLE color: 7043122.

HSL color Cylindrical-coordinate representation of color #32786B: hue angle of 168.86º degrees, saturation: 0.41, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #32786B is Cyan = 0.58, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.53.

Color convert

RGB50120107-
CMYK0.5800.110.53
HSL168.86º41.18%33.33%-
HSV(B)168.86º58.33%47.06%-
XYZ10.6915.1716.28-
YUV97.59133.3194.06-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 18.05%
GREEN value IS 120 (47.27% from 255) = 43.32%
BLUE value IS 107 (42.19% from 255) = 38.63%
R=18.05%
G=43.32%
B=38.63%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal501201070.5800.110.53168.8641.1833.33
Hex32786B3A0B35a92921
Octal6217015372013652515141
Binary110010111100011010111110100101111010110101001101001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32786B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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