#32816D

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

Shades of Genoa #32816D

Tints of Genoa #32816D

Color information

#32816D (or 0x32816D) is unknown color: approx Genoa. HEX triplet: 32, 81 and 6D. RGB value is (50,129,109). Sum of RGB (Red+Green+Blue) = 50+129+109=288 (38% of max value = 765). Red value is 50 (19.92% from 255 or 17.36% from 288); Green value is 129 (50.78% from 255 or 44.79% from 288); Blue value is 109 (42.97% from 255 or 37.85% from 288); Max value from RGB is 129 - color contains mainly: green. Hex color #32816D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #32816D is #CD7E92. Grayscale: #676767. Windows color (decimal): -13467283 or 7176498. OLE color: 7176498.

HSL color Cylindrical-coordinate representation of color #32816D: hue angle of 164.81º 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 #32816D is Cyan = 0.61, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.49.

Color convert

RGB50129109-
CMYK0.6100.160.49
HSL164.81º44.13%35.1%-
HSV(B)164.81º61.24%50.59%-
XYZ11.9317.4817.21-
YUV103.1131.3390.13-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 17.36%
GREEN value IS 129 (50.78% from 255) = 44.79%
BLUE value IS 109 (42.97% from 255) = 37.85%
R=17.36%
G=44.79%
B=37.85%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal501291090.6100.160.49164.8144.1335.1
Hex32816D3D01031a52c23
Octal6220115575020612455443
Binary11001010000001110110111110101000011000110100101101100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32816D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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