Html Css Color HEX #317063 Genoa

📋 copy color: '#317063'

red 49 ◦ green 112 ◦ blue 99

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

Shades of Genoa #317063

Tints of Genoa #317063

RGB

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

 GREEN value IS 112 (44.14% from 255) = 43.08%

 BLUE value IS 99 (39.06% from 255) = 38.08%

R = 18.85%
G = 43.08%
B = 38.08%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.12

 K value IS 0.56

RGB Variations

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

Color information

#317063 (or 0x317063) is known color: Genoa. HEX triplet: 31, 70 and 63. RGB value is (49,112,99). Sum of RGB (Red+Green+Blue) = 49+112+99=260 (34% of max value = 765). Red value is 49 (19.53% from 255 or 18.85% from 260); Green value is 112 (44.14% from 255 or 43.08% from 260); Blue value is 99 (39.06% from 255 or 38.08% from 260); Max value from RGB is 112 - color contains mainly: green. Hex color #317063 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #317063 is #CE8F9C. Grayscale: #5B5B5B. Windows color (decimal): -13537181 or 6516785. OLE color: 6516785.

HSL color Cylindrical-coordinate representation of color #317063: hue angle of 167.62º degrees, saturation: 0.39, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #317063 is Cyan = 0.56, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.56.

Color convert

RGB 49 112 99 -
CMYK 0.56 0 0.12 0.56
HSL 167.62º 0.39% 0.32% -
HSV(B) 167.62º 0.56% 0.44% -
XYZ 9.31 13.14 13.85 -
YUV 91.68 132.13 97.56 -
System Red Green Blue C M Y K H S L
Decimal 49 112 99 0.56 0 0.12 0.56 167.62 0.39 0.32
Hex 31 70 63 38 0 C 38 A8 27 20
Octal 61 160 143 70 0 14 70 250 47 40
Binary 110001 1110000 1100011 111000 0 1100 111000 10101000 100111 100000

Color Harmonies of #317063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #317063

Black with #317063

Text Example


Text Example

White with #317063

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #317063; }

 p { color: rgb(49,112,99); }

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

background-color css

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

 a { background-color: rgb(49,112,99); }

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

border-color css

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

 span { border-color: rgb(49,112,99); }

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