Html Css Color HEX #32716E Genoa

📋 copy color: '#32716E'

red 50 ◦ green 113 ◦ blue 110

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

Shades of Genoa #32716E

Tints of Genoa #32716E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 40.29%

R = 18.32%
G = 41.39%
B = 40.29%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.03

 K value IS 0.56

RGB Variations

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

Color information

#32716E (or 0x32716E) is known color: Genoa. HEX triplet: 32, 71 and 6E. RGB value is (50,113,110). Sum of RGB (Red+Green+Blue) = 50+113+110=273 (36% of max value = 765). Red value is 50 (19.92% from 255 or 18.32% from 273); Green value is 113 (44.53% from 255 or 41.39% from 273); Blue value is 110 (43.36% from 255 or 40.29% from 273); Max value from RGB is 113 - color contains mainly: green. Hex color #32716E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #32716E is #CD8E91. Grayscale: #5D5D5D. Windows color (decimal): -13471378 or 7237938. OLE color: 7237938.

HSL color Cylindrical-coordinate representation of color #32716E: hue angle of 177.14º 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 #32716E is Cyan = 0.56, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.56.

Color convert

RGB 50 113 110 -
CMYK 0.56 0 0.03 0.56
HSL 177.14º 0.39% 0.32% -
HSV(B) 177.14º 0.56% 0.44% -
XYZ 10.03 13.61 16.85 -
YUV 93.82 137.13 96.74 -
System Red Green Blue C M Y K H S L
Decimal 50 113 110 0.56 0 0.03 0.56 177.14 0.39 0.32
Hex 32 71 6E 38 0 3 38 B1 27 20
Octal 62 161 156 70 0 3 70 261 47 40
Binary 110010 1110001 1101110 111000 0 11 111000 10110001 100111 100000

Color Harmonies of #32716E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32716E

Black with #32716E

Text Example


Text Example

White with #32716E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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