Html Css Color HEX #32806D Genoa

📋 copy color: '#32806D'

red 50 ◦ green 128 ◦ blue 109

#32806D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Genoa #32806D

Tints of Genoa #32806D

RGB

 RED value IS 50 (19.92% from 255) = 17.42%

 GREEN value IS 128 (50.39% from 255) = 44.6%

 BLUE value IS 109 (42.97% from 255) = 37.98%

R = 17.42%
G = 44.6%
B = 37.98%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.15

 K value IS 0.50

RGB Variations

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

Color information

#32806D (or 0x32806D) is known color: Genoa. HEX triplet: 32, 80 and 6D. RGB value is (50,128,109). Sum of RGB (Red+Green+Blue) = 50+128+109=287 (38% of max value = 765). Red value is 50 (19.92% from 255 or 17.42% from 287); Green value is 128 (50.39% from 255 or 44.60% from 287); Blue value is 109 (42.97% from 255 or 37.98% from 287); Max value from RGB is 128 - color contains mainly: green. Hex color #32806D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #32806D is #CD7F92. Grayscale: #666666. Windows color (decimal): -13467539 or 7176242. OLE color: 7176242.

HSL color Cylindrical-coordinate representation of color #32806D: hue angle of 165.38º degrees, saturation: 0.44, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #32806D is Cyan = 0.61, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.50.

Color convert

RGB 50 128 109 -
CMYK 0.61 0 0.15 0.50
HSL 165.38º 0.44% 0.35% -
HSV(B) 165.38º 0.61% 0.5% -
XYZ 11.79 17.22 17.17 -
YUV 102.51 131.66 90.54 -
System Red Green Blue C M Y K H S L
Decimal 50 128 109 0.61 0 0.15 0.50 165.38 0.44 0.35
Hex 32 80 6D 3D 0 F 32 A5 2C 23
Octal 62 200 155 75 0 17 62 245 54 43
Binary 110010 10000000 1101101 111101 0 1111 110010 10100101 101100 100011

Color Harmonies of #32806D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32806D

Black with #32806D

Text Example


Text Example

White with #32806D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #32806D;
 }
 .AnyTagClassName
 {
   color: #32806D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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