Html Css Color HEX #31715D Genoa

📋 copy color: '#31715D'

red 49 ◦ green 113 ◦ blue 93

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

Shades of Genoa #31715D

Tints of Genoa #31715D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 36.47%

R = 19.22%
G = 44.31%
B = 36.47%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.18

 K value IS 0.56

RGB Variations

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

Color information

#31715D (or 0x31715D) is known color: Genoa. HEX triplet: 31, 71 and 5D. RGB value is (49,113,93). Sum of RGB (Red+Green+Blue) = 49+113+93=255 (33% of max value = 765). Red value is 49 (19.53% from 255 or 19.22% from 255); Green value is 113 (44.53% from 255 or 44.31% from 255); Blue value is 93 (36.72% from 255 or 36.47% from 255); Max value from RGB is 113 - color contains mainly: green. Hex color #31715D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #31715D is #CE8EA2. Grayscale: #5B5B5B. Windows color (decimal): -13536931 or 6123825. OLE color: 6123825.

HSL color Cylindrical-coordinate representation of color #31715D: hue angle of 161.25º 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 #31715D is Cyan = 0.57, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.56.

Color convert

RGB 49 113 93 -
CMYK 0.57 0 0.18 0.56
HSL 161.25º 0.4% 0.32% -
HSV(B) 161.25º 0.57% 0.44% -
XYZ 9.15 13.25 12.43 -
YUV 91.58 128.8 97.63 -
System Red Green Blue C M Y K H S L
Decimal 49 113 93 0.57 0 0.18 0.56 161.25 0.4 0.32
Hex 31 71 5D 39 0 12 38 A1 28 20
Octal 61 161 135 71 0 22 70 241 50 40
Binary 110001 1110001 1011101 111001 0 10010 111000 10100001 101000 100000

Color Harmonies of #31715D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31715D

Black with #31715D

Text Example


Text Example

White with #31715D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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