Html Css Color HEX #32715E Genoa

📋 copy color: '#32715E'

red 50 ◦ green 113 ◦ blue 94

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

Shades of Genoa #32715E

Tints of Genoa #32715E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 36.58%

R = 19.46%
G = 43.97%
B = 36.58%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.17

 K value IS 0.56

RGB Variations

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

Color information

#32715E (or 0x32715E) is known color: Genoa. HEX triplet: 32, 71 and 5E. RGB value is (50,113,94). Sum of RGB (Red+Green+Blue) = 50+113+94=257 (34% of max value = 765). Red value is 50 (19.92% from 255 or 19.46% from 257); Green value is 113 (44.53% from 255 or 43.97% from 257); Blue value is 94 (37.11% from 255 or 36.58% from 257); Max value from RGB is 113 - color contains mainly: green. Hex color #32715E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #32715E is #CD8EA1. Grayscale: #5C5C5C. Windows color (decimal): -13471394 or 6189362. OLE color: 6189362.

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

Color convert

RGB 50 113 94 -
CMYK 0.56 0 0.17 0.56
HSL 161.9º 0.39% 0.32% -
HSV(B) 161.9º 0.56% 0.44% -
XYZ 9.24 13.3 12.67 -
YUV 92 129.13 98.04 -
System Red Green Blue C M Y K H S L
Decimal 50 113 94 0.56 0 0.17 0.56 161.9 0.39 0.32
Hex 32 71 5E 38 0 11 38 A2 27 20
Octal 62 161 136 70 0 21 70 242 47 40
Binary 110010 1110001 1011110 111000 0 10001 111000 10100010 100111 100000

Color Harmonies of #32715E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32715E

Black with #32715E

Text Example


Text Example

White with #32715E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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