#32816F

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

Shades of Genoa #32816F

Tints of Genoa #32816F

Color information

#32816F (or 0x32816F) is unknown color: approx Genoa. HEX triplet: 32, 81 and 6F. RGB value is (50,129,111). Sum of RGB (Red+Green+Blue) = 50+129+111=290 (38% of max value = 765). Red value is 50 (19.92% from 255 or 17.24% from 290); Green value is 129 (50.78% from 255 or 44.48% from 290); Blue value is 111 (43.75% from 255 or 38.28% from 290); Max value from RGB is 129 - color contains mainly: green. Hex color #32816F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #32816F is #CD7E90. Grayscale: #676767. Windows color (decimal): -13467281 or 7307570. OLE color: 7307570.

HSL color Cylindrical-coordinate representation of color #32816F: hue angle of 166.33º degrees, saturation: 0.44, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #32816F is Cyan = 0.61, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.49.

Color convert

RGB50129111-
CMYK0.6100.140.49
HSL166.33º44.13%35.1%-
HSV(B)166.33º61.24%50.59%-
XYZ12.0317.5317.79-
YUV103.33132.3389.96-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 17.24%
GREEN value IS 129 (50.78% from 255) = 44.48%
BLUE value IS 111 (43.75% from 255) = 38.28%
R=17.24%
G=44.48%
B=38.28%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal501291110.6100.140.49166.3344.1335.1
Hex32816F3D0E31a62c23
Octal6220115775016612465443
Binary1100101000000111011111111010111011000110100110101100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32816F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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