Html Css Color HEX #317560 Genoa

📋 copy color: '#317560'

red 49 ◦ green 117 ◦ blue 96

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

Shades of Genoa #317560

Tints of Genoa #317560

RGB

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

 GREEN value IS 117 (46.09% from 255) = 44.66%

 BLUE value IS 96 (37.89% from 255) = 36.64%

R = 18.7%
G = 44.66%
B = 36.64%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.18

 K value IS 0.54

RGB Variations

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

Color information

#317560 (or 0x317560) is known color: Genoa. HEX triplet: 31, 75 and 60. RGB value is (49,117,96). Sum of RGB (Red+Green+Blue) = 49+117+96=262 (34% of max value = 765). Red value is 49 (19.53% from 255 or 18.70% from 262); Green value is 117 (46.09% from 255 or 44.66% from 262); Blue value is 96 (37.89% from 255 or 36.64% from 262); Max value from RGB is 117 - color contains mainly: green. Hex color #317560 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #317560 is #CE8A9F. Grayscale: #5E5E5E. Windows color (decimal): -13535904 or 6321457. OLE color: 6321457.

HSL color Cylindrical-coordinate representation of color #317560: hue angle of 161.47º degrees, saturation: 0.41, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #317560 is Cyan = 0.58, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.54.

Color convert

RGB 49 117 96 -
CMYK 0.58 0 0.18 0.54
HSL 161.47º 0.41% 0.33% -
HSV(B) 161.47º 0.58% 0.46% -
XYZ 9.74 14.22 13.3 -
YUV 94.27 128.97 95.71 -
System Red Green Blue C M Y K H S L
Decimal 49 117 96 0.58 0 0.18 0.54 161.47 0.41 0.33
Hex 31 75 60 3A 0 12 36 A1 29 21
Octal 61 165 140 72 0 22 66 241 51 41
Binary 110001 1110101 1100000 111010 0 10010 110110 10100001 101001 100001

Color Harmonies of #317560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #317560

Black with #317560

Text Example


Text Example

White with #317560

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #317560; }

 p { color: rgb(49,117,96); }

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

background-color css

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

 a { background-color: rgb(49,117,96); }

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

border-color css

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

 span { border-color: rgb(49,117,96); }

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