Html Css Color HEX #32715F Genoa

📋 copy color: '#32715F'

red 50 ◦ green 113 ◦ blue 95

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

Shades of Genoa #32715F

Tints of Genoa #32715F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 36.82%

R = 19.38%
G = 43.8%
B = 36.82%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.16

 K value IS 0.56

RGB Variations

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

Color information

#32715F (or 0x32715F) is known color: Genoa. HEX triplet: 32, 71 and 5F. RGB value is (50,113,95). Sum of RGB (Red+Green+Blue) = 50+113+95=258 (34% of max value = 765). Red value is 50 (19.92% from 255 or 19.38% from 258); Green value is 113 (44.53% from 255 or 43.80% from 258); Blue value is 95 (37.5% from 255 or 36.82% from 258); Max value from RGB is 113 - color contains mainly: green. Hex color #32715F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #32715F is #CD8EA0. Grayscale: #5C5C5C. Windows color (decimal): -13471393 or 6254898. OLE color: 6254898.

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

Color convert

RGB 50 113 95 -
CMYK 0.56 0 0.16 0.56
HSL 162.86º 0.39% 0.32% -
HSV(B) 162.86º 0.56% 0.44% -
XYZ 9.29 13.31 12.91 -
YUV 92.11 129.63 97.96 -
System Red Green Blue C M Y K H S L
Decimal 50 113 95 0.56 0 0.16 0.56 162.86 0.39 0.32
Hex 32 71 5F 38 0 10 38 A3 27 20
Octal 62 161 137 70 0 20 70 243 47 40
Binary 110010 1110001 1011111 111000 0 10000 111000 10100011 100111 100000

Color Harmonies of #32715F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32715F

Black with #32715F

Text Example


Text Example

White with #32715F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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