Html Css Color HEX #317671 Genoa

📋 copy color: '#317671'

red 49 ◦ green 118 ◦ blue 113

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

Shades of Genoa #317671

Tints of Genoa #317671

RGB

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

 GREEN value IS 118 (46.48% from 255) = 42.14%

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

R = 17.5%
G = 42.14%
B = 40.36%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.04

 K value IS 0.54

RGB Variations

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

Color information

#317671 (or 0x317671) is known color: Genoa. HEX triplet: 31, 76 and 71. RGB value is (49,118,113). Sum of RGB (Red+Green+Blue) = 49+118+113=280 (37% of max value = 765). Red value is 49 (19.53% from 255 or 17.5% from 280); Green value is 118 (46.48% from 255 or 42.14% from 280); Blue value is 113 (44.53% from 255 or 40.36% from 280); Max value from RGB is 118 - color contains mainly: green. Hex color #317671 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #317671 is #CE898E. Grayscale: #606060. Windows color (decimal): -13535631 or 7435825. OLE color: 7435825.

HSL color Cylindrical-coordinate representation of color #317671: hue angle of 175.65º degrees, saturation: 0.41, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #317671 is Cyan = 0.58, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.54.

Color convert

RGB 49 118 113 -
CMYK 0.58 0 0.04 0.54
HSL 175.65º 0.41% 0.33% -
HSV(B) 175.65º 0.58% 0.46% -
XYZ 10.73 14.8 17.91 -
YUV 96.8 137.14 93.91 -
System Red Green Blue C M Y K H S L
Decimal 49 118 113 0.58 0 0.04 0.54 175.65 0.41 0.33
Hex 31 76 71 3A 0 4 36 B0 29 21
Octal 61 166 161 72 0 4 66 260 51 41
Binary 110001 1110110 1110001 111010 0 100 110110 10110000 101001 100001

Color Harmonies of #317671

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #317671

Black with #317671

Text Example


Text Example

White with #317671

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #317671; }

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

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

background-color css

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

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

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

border-color css

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

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

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