Html Css Color HEX #317768 Genoa

📋 copy color: '#317768'

red 49 ◦ green 119 ◦ blue 104

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

Shades of Genoa #317768

Tints of Genoa #317768

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 38.24%

R = 18.01%
G = 43.75%
B = 38.24%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.13

 K value IS 0.53

RGB Variations

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

Color information

#317768 (or 0x317768) is known color: Genoa. HEX triplet: 31, 77 and 68. RGB value is (49,119,104). Sum of RGB (Red+Green+Blue) = 49+119+104=272 (36% of max value = 765). Red value is 49 (19.53% from 255 or 18.01% from 272); Green value is 119 (46.88% from 255 or 43.75% from 272); Blue value is 104 (41.02% from 255 or 38.24% from 272); Max value from RGB is 119 - color contains mainly: green. Hex color #317768 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #317768 is #CE8897. Grayscale: #606060. Windows color (decimal): -13535384 or 6846257. OLE color: 6846257.

HSL color Cylindrical-coordinate representation of color #317768: hue angle of 167.14º 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 #317768 is Cyan = 0.59, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.53.

Color convert

RGB 49 119 104 -
CMYK 0.59 0 0.13 0.53
HSL 167.14º 0.42% 0.33% -
HSV(B) 167.14º 0.59% 0.47% -
XYZ 10.36 14.85 15.42 -
YUV 96.36 132.31 94.22 -
System Red Green Blue C M Y K H S L
Decimal 49 119 104 0.59 0 0.13 0.53 167.14 0.42 0.33
Hex 31 77 68 3B 0 D 35 A7 2A 21
Octal 61 167 150 73 0 15 65 247 52 41
Binary 110001 1110111 1101000 111011 0 1101 110101 10100111 101010 100001

Color Harmonies of #317768

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #317768

Black with #317768

Text Example


Text Example

White with #317768

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #317768; }

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

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

background-color css

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

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

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

border-color css

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

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

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