#32826E

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

Shades of Genoa #32826E

Tints of Genoa #32826E

Color information

#32826E (or 0x32826E) is unknown color: approx Genoa. HEX triplet: 32, 82 and 6E. RGB value is (50,130,110). Sum of RGB (Red+Green+Blue) = 50+130+110=290 (38% of max value = 765). Red value is 50 (19.92% from 255 or 17.24% from 290); Green value is 130 (51.17% from 255 or 44.83% from 290); Blue value is 110 (43.36% from 255 or 37.93% from 290); Max value from RGB is 130 - color contains mainly: green. Hex color #32826E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #32826E is #CD7D91. Grayscale: #676767. Windows color (decimal): -13467026 or 7242290. OLE color: 7242290.

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

Color convert

RGB50130110-
CMYK0.6200.150.49
HSL165º44.44%35.29%-
HSV(B)165º61.54%50.98%-
XYZ12.1117.7717.54-
YUV103.8131.589.63-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 17.24%
GREEN value IS 130 (51.17% from 255) = 44.83%
BLUE value IS 110 (43.36% from 255) = 37.93%
R=17.24%
G=44.83%
B=37.93%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal501301100.6200.150.4916544.4435.29
Hex32826E3E0F31a52c23
Octal6220215676017612455443
Binary1100101000001011011101111100111111000110100101101100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32826E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #32826E; }

 p { color: rgb(50,130,110); }

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

<style>
 a { background-color: #32826E; }

 a { background-color: rgb(50,130,110); }

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

<style>
 span { border-color: #32826E; }

 span { border-color: rgb(50,130,110); }

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