Html Css Color HEX #317771 Genoa

📋 copy color: '#317771'

red 49 ◦ green 119 ◦ blue 113

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

Shades of Genoa #317771

Tints of Genoa #317771

RGB

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

 GREEN value IS 119 (46.88% from 255) = 42.35%

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

R = 17.44%
G = 42.35%
B = 40.21%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.05

 K value IS 0.53

RGB Variations

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

Color information

#317771 (or 0x317771) is known color: Genoa. HEX triplet: 31, 77 and 71. RGB value is (49,119,113). Sum of RGB (Red+Green+Blue) = 49+119+113=281 (37% of max value = 765). Red value is 49 (19.53% from 255 or 17.44% from 281); Green value is 119 (46.88% from 255 or 42.35% from 281); Blue value is 113 (44.53% from 255 or 40.21% from 281); Max value from RGB is 119 - color contains mainly: green. Hex color #317771 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #317771 is #CE888E. Grayscale: #616161. Windows color (decimal): -13535375 or 7436081. OLE color: 7436081.

HSL color Cylindrical-coordinate representation of color #317771: hue angle of 174.86º degrees, saturation: 0.42, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #317771 is Cyan = 0.59, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.53.

Color convert

RGB 49 119 113 -
CMYK 0.59 0 0.05 0.53
HSL 174.86º 0.42% 0.33% -
HSV(B) 174.86º 0.59% 0.47% -
XYZ 10.84 15.04 17.95 -
YUV 97.39 136.81 93.49 -
System Red Green Blue C M Y K H S L
Decimal 49 119 113 0.59 0 0.05 0.53 174.86 0.42 0.33
Hex 31 77 71 3B 0 5 35 AF 2A 21
Octal 61 167 161 73 0 5 65 257 52 41
Binary 110001 1110111 1110001 111011 0 101 110101 10101111 101010 100001

Color Harmonies of #317771

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #317771

Black with #317771

Text Example


Text Example

White with #317771

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #317771; }

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

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

background-color css

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

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

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

border-color css

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

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

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