#32826F

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

Shades of Genoa #32826F

Tints of Genoa #32826F

Color information

#32826F (or 0x32826F) is unknown color: approx Genoa. HEX triplet: 32, 82 and 6F. RGB value is (50,130,111). Sum of RGB (Red+Green+Blue) = 50+130+111=291 (38% of max value = 765). Red value is 50 (19.92% from 255 or 17.18% from 291); Green value is 130 (51.17% from 255 or 44.67% from 291); Blue value is 111 (43.75% from 255 or 38.14% from 291); Max value from RGB is 130 - color contains mainly: green. Hex color #32826F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #32826F is #CD7D90. Grayscale: #676767. Windows color (decimal): -13467025 or 7307826. OLE color: 7307826.

HSL color Cylindrical-coordinate representation of color #32826F: hue angle of 165.75º 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 #32826F is Cyan = 0.62, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.49.

Color convert

RGB50130111-
CMYK0.6200.150.49
HSL165.75º44.44%35.29%-
HSV(B)165.75º61.54%50.98%-
XYZ12.1717.7917.83-
YUV103.9113289.54-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 17.18%
GREEN value IS 130 (51.17% from 255) = 44.67%
BLUE value IS 111 (43.75% from 255) = 38.14%
R=17.18%
G=44.67%
B=38.14%

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
Decimal501301110.6200.150.49165.7544.4435.29
Hex32826F3E0F31a62c23
Octal6220215776017612465443
Binary1100101000001011011111111100111111000110100110101100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32826F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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