Html Css Color HEX #316763 Genoa

📋 copy color: '#316763'

red 49 ◦ green 103 ◦ blue 99

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

Shades of Genoa #316763

Tints of Genoa #316763

RGB

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

 GREEN value IS 103 (40.63% from 255) = 41.04%

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

R = 19.52%
G = 41.04%
B = 39.44%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.04

 K value IS 0.60

RGB Variations

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

Color information

#316763 (or 0x316763) is known color: Genoa. HEX triplet: 31, 67 and 63. RGB value is (49,103,99). Sum of RGB (Red+Green+Blue) = 49+103+99=251 (33% of max value = 765). Red value is 49 (19.53% from 255 or 19.52% from 251); Green value is 103 (40.62% from 255 or 41.04% from 251); Blue value is 99 (39.06% from 255 or 39.44% from 251); Max value from RGB is 103 - color contains mainly: green. Hex color #316763 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #316763 is #CE989C. Grayscale: #565656. Windows color (decimal): -13539485 or 6514481. OLE color: 6514481.

HSL color Cylindrical-coordinate representation of color #316763: hue angle of 175.56º degrees, saturation: 0.36, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #316763 is Cyan = 0.52, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.60.

Color convert

RGB 49 103 99 -
CMYK 0.52 0 0.04 0.60
HSL 175.56º 0.36% 0.3% -
HSV(B) 175.56º 0.52% 0.4% -
XYZ 8.37 11.25 13.54 -
YUV 86.4 135.11 101.33 -
System Red Green Blue C M Y K H S L
Decimal 49 103 99 0.52 0 0.04 0.60 175.56 0.36 0.3
Hex 31 67 63 34 0 4 3C B0 24 1E
Octal 61 147 143 64 0 4 74 260 44 36
Binary 110001 1100111 1100011 110100 0 100 111100 10110000 100100 11110

Color Harmonies of #316763

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #316763

Black with #316763

Text Example


Text Example

White with #316763

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #316763; }

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

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

background-color css

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

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

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

border-color css

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

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

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