Html Css Color HEX #32806B Genoa

📋 copy color: '#32806B'

red 50 ◦ green 128 ◦ blue 107

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

Shades of Genoa #32806B

Tints of Genoa #32806B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 37.54%

R = 17.54%
G = 44.91%
B = 37.54%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.16

 K value IS 0.50

RGB Variations

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

Color information

#32806B (or 0x32806B) is known color: Genoa. HEX triplet: 32, 80 and 6B. RGB value is (50,128,107). Sum of RGB (Red+Green+Blue) = 50+128+107=285 (37% of max value = 765). Red value is 50 (19.92% from 255 or 17.54% from 285); Green value is 128 (50.39% from 255 or 44.91% from 285); Blue value is 107 (42.19% from 255 or 37.54% from 285); Max value from RGB is 128 - color contains mainly: green. Hex color #32806B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #32806B is #CD7F94. Grayscale: #666666. Windows color (decimal): -13467541 or 7045170. OLE color: 7045170.

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

Color convert

RGB 50 128 107 -
CMYK 0.61 0 0.16 0.50
HSL 163.85º 0.44% 0.35% -
HSV(B) 163.85º 0.61% 0.5% -
XYZ 11.69 17.18 16.61 -
YUV 102.28 130.66 90.71 -
System Red Green Blue C M Y K H S L
Decimal 50 128 107 0.61 0 0.16 0.50 163.85 0.44 0.35
Hex 32 80 6B 3D 0 10 32 A4 2C 23
Octal 62 200 153 75 0 20 62 244 54 43
Binary 110010 10000000 1101011 111101 0 10000 110010 10100100 101100 100011

Color Harmonies of #32806B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32806B

Black with #32806B

Text Example


Text Example

White with #32806B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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