Html Css Color HEX #317D71 Genoa

📋 copy color: '#317D71'

red 49 ◦ green 125 ◦ blue 113

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

Shades of Genoa #317D71

Tints of Genoa #317D71

RGB

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

 GREEN value IS 125 (49.22% from 255) = 43.55%

 BLUE value IS 113 (44.53% from 255) = 39.37%

R = 17.07%
G = 43.55%
B = 39.37%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.10

 K value IS 0.51

RGB Variations

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

Color information

#317D71 (or 0x317D71) is known color: Genoa. HEX triplet: 31, 7D and 71. RGB value is (49,125,113). Sum of RGB (Red+Green+Blue) = 49+125+113=287 (38% of max value = 765). Red value is 49 (19.53% from 255 or 17.07% from 287); Green value is 125 (49.22% from 255 or 43.55% from 287); Blue value is 113 (44.53% from 255 or 39.37% from 287); Max value from RGB is 125 - color contains mainly: green. Hex color #317D71 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #317D71 is #CE828E. Grayscale: #646464. Windows color (decimal): -13533839 or 7437617. OLE color: 7437617.

HSL color Cylindrical-coordinate representation of color #317D71: hue angle of 170.53º degrees, saturation: 0.44, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #317D71 is Cyan = 0.61, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.51.

Color convert

RGB 49 125 113 -
CMYK 0.61 0 0.10 0.51
HSL 170.53º 0.44% 0.34% -
HSV(B) 170.53º 0.61% 0.49% -
XYZ 11.58 16.51 18.2 -
YUV 100.91 134.82 90.98 -
System Red Green Blue C M Y K H S L
Decimal 49 125 113 0.61 0 0.10 0.51 170.53 0.44 0.34
Hex 31 7D 71 3D 0 A 33 AB 2C 22
Octal 61 175 161 75 0 12 63 253 54 42
Binary 110001 1111101 1110001 111101 0 1010 110011 10101011 101100 100010

Color Harmonies of #317D71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #317D71

Black with #317D71

Text Example


Text Example

White with #317D71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #317D71; }

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

 H1.HeaderClassName
 {
   color: #317D71;
 }
 .AnyTagClassName
 {
   color: #317D71;
 }
</style>

background-color css

<style>
 a { background-color: #317D71; }

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

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

border-color css

<style>
 span { border-color: #317D71; }

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

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