Html Css Color HEX #32716C Genoa

📋 copy color: '#32716C'

red 50 ◦ green 113 ◦ blue 108

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

Shades of Genoa #32716C

Tints of Genoa #32716C

RGB

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

 GREEN value IS 113 (44.53% from 255) = 41.7%

 BLUE value IS 108 (42.58% from 255) = 39.85%

R = 18.45%
G = 41.7%
B = 39.85%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.04

 K value IS 0.56

RGB Variations

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

Color information

#32716C (or 0x32716C) is known color: Genoa. HEX triplet: 32, 71 and 6C. RGB value is (50,113,108). Sum of RGB (Red+Green+Blue) = 50+113+108=271 (35% of max value = 765). Red value is 50 (19.92% from 255 or 18.45% from 271); Green value is 113 (44.53% from 255 or 41.70% from 271); Blue value is 108 (42.58% from 255 or 39.85% from 271); Max value from RGB is 113 - color contains mainly: green. Hex color #32716C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #32716C is #CD8E93. Grayscale: #5D5D5D. Windows color (decimal): -13471380 or 7106866. OLE color: 7106866.

HSL color Cylindrical-coordinate representation of color #32716C: hue angle of 175.24º degrees, saturation: 0.39, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #32716C is Cyan = 0.56, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.56.

Color convert

RGB 50 113 108 -
CMYK 0.56 0 0.04 0.56
HSL 175.24º 0.39% 0.32% -
HSV(B) 175.24º 0.56% 0.44% -
XYZ 9.93 13.57 16.28 -
YUV 93.59 136.13 96.91 -
System Red Green Blue C M Y K H S L
Decimal 50 113 108 0.56 0 0.04 0.56 175.24 0.39 0.32
Hex 32 71 6C 38 0 4 38 AF 27 20
Octal 62 161 154 70 0 4 70 257 47 40
Binary 110010 1110001 1101100 111000 0 100 111000 10101111 100111 100000

Color Harmonies of #32716C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32716C

Black with #32716C

Text Example


Text Example

White with #32716C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #32716C; }

 p { color: rgb(50,113,108); }

 H1.HeaderClassName
 {
   color: #32716C;
 }
 .AnyTagClassName
 {
   color: #32716C;
 }
</style>

background-color css

<style>
 a { background-color: #32716C; }

 a { background-color: rgb(50,113,108); }

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

border-color css

<style>
 span { border-color: #32716C; }

 span { border-color: rgb(50,113,108); }

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