Html Css Color HEX #317E71 Genoa

📋 copy color: '#317E71'

red 49 ◦ green 126 ◦ blue 113

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

Shades of Genoa #317E71

Tints of Genoa #317E71

RGB

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

 GREEN value IS 126 (49.61% from 255) = 43.75%

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

R = 17.01%
G = 43.75%
B = 39.24%

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

#317E71 (or 0x317E71) is known color: Genoa. HEX triplet: 31, 7E and 71. RGB value is (49,126,113). Sum of RGB (Red+Green+Blue) = 49+126+113=288 (38% of max value = 765). Red value is 49 (19.53% from 255 or 17.01% from 288); Green value is 126 (49.61% from 255 or 43.75% from 288); Blue value is 113 (44.53% from 255 or 39.24% from 288); Max value from RGB is 126 - color contains mainly: green. Hex color #317E71 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #317E71 is #CE818E. Grayscale: #656565. Windows color (decimal): -13533583 or 7437873. OLE color: 7437873.

HSL color Cylindrical-coordinate representation of color #317E71: hue angle of 169.87º 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 #317E71 is Cyan = 0.61, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.51.

Color convert

RGB 49 126 113 -
CMYK 0.61 0 0.10 0.51
HSL 169.87º 0.44% 0.34% -
HSV(B) 169.87º 0.61% 0.49% -
XYZ 11.71 16.77 18.24 -
YUV 101.5 134.49 90.56 -
System Red Green Blue C M Y K H S L
Decimal 49 126 113 0.61 0 0.10 0.51 169.87 0.44 0.34
Hex 31 7E 71 3D 0 A 33 AA 2C 22
Octal 61 176 161 75 0 12 63 252 54 42
Binary 110001 1111110 1110001 111101 0 1010 110011 10101010 101100 100010

Color Harmonies of #317E71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #317E71

Black with #317E71

Text Example


Text Example

White with #317E71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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