Html Css Color HEX #317772 Genoa

📋 copy color: '#317772'

red 49 ◦ green 119 ◦ blue 114

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

Shades of Genoa #317772

Tints of Genoa #317772

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 40.43%

R = 17.38%
G = 42.2%
B = 40.43%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.04

 K value IS 0.53

RGB Variations

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

Color information

#317772 (or 0x317772) is known color: Genoa. HEX triplet: 31, 77 and 72. RGB value is (49,119,114). Sum of RGB (Red+Green+Blue) = 49+119+114=282 (37% of max value = 765). Red value is 49 (19.53% from 255 or 17.38% from 282); Green value is 119 (46.88% from 255 or 42.20% from 282); Blue value is 114 (44.92% from 255 or 40.43% from 282); Max value from RGB is 119 - color contains mainly: green. Hex color #317772 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #317772 is #CE888D. Grayscale: #616161. Windows color (decimal): -13535374 or 7501617. OLE color: 7501617.

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

Color convert

RGB 49 119 114 -
CMYK 0.59 0 0.04 0.53
HSL 175.71º 0.42% 0.33% -
HSV(B) 175.71º 0.59% 0.47% -
XYZ 10.9 15.06 18.25 -
YUV 97.5 137.31 93.41 -
System Red Green Blue C M Y K H S L
Decimal 49 119 114 0.59 0 0.04 0.53 175.71 0.42 0.33
Hex 31 77 72 3B 0 4 35 B0 2A 21
Octal 61 167 162 73 0 4 65 260 52 41
Binary 110001 1110111 1110010 111011 0 100 110101 10110000 101010 100001

Color Harmonies of #317772

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #317772

Black with #317772

Text Example


Text Example

White with #317772

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #317772; }

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

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

background-color css

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

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

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

border-color css

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

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

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