Html Css Color HEX #31715F Genoa

📋 copy color: '#31715F'

red 49 ◦ green 113 ◦ blue 95

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

Shades of Genoa #31715F

Tints of Genoa #31715F

RGB

 RED value IS 49 (19.53% from 255) = 19.07%

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

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

R = 19.07%
G = 43.97%
B = 36.96%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.16

 K value IS 0.56

RGB Variations

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

Color information

#31715F (or 0x31715F) is known color: Genoa. HEX triplet: 31, 71 and 5F. RGB value is (49,113,95). Sum of RGB (Red+Green+Blue) = 49+113+95=257 (34% of max value = 765). Red value is 49 (19.53% from 255 or 19.07% from 257); Green value is 113 (44.53% from 255 or 43.97% from 257); Blue value is 95 (37.5% from 255 or 36.96% from 257); Max value from RGB is 113 - color contains mainly: green. Hex color #31715F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #31715F is #CE8EA0. Grayscale: #5B5B5B. Windows color (decimal): -13536929 or 6254897. OLE color: 6254897.

HSL color Cylindrical-coordinate representation of color #31715F: hue angle of 163.12º degrees, saturation: 0.4, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #31715F is Cyan = 0.57, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.56.

Color convert

RGB 49 113 95 -
CMYK 0.57 0 0.16 0.56
HSL 163.13º 0.4% 0.32% -
HSV(B) 163.13º 0.57% 0.44% -
XYZ 9.24 13.29 12.9 -
YUV 91.81 129.8 97.46 -
System Red Green Blue C M Y K H S L
Decimal 49 113 95 0.57 0 0.16 0.56 163.13 0.4 0.32
Hex 31 71 5F 39 0 10 38 A3 28 20
Octal 61 161 137 71 0 20 70 243 50 40
Binary 110001 1110001 1011111 111001 0 10000 111000 10100011 101000 100000

Color Harmonies of #31715F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31715F

Black with #31715F

Text Example


Text Example

White with #31715F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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