Html Css Color HEX #317966 Genoa

📋 copy color: '#317966'

red 49 ◦ green 121 ◦ blue 102

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

Shades of Genoa #317966

Tints of Genoa #317966

RGB

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

 GREEN value IS 121 (47.66% from 255) = 44.49%

 BLUE value IS 102 (40.23% from 255) = 37.5%

R = 18.01%
G = 44.49%
B = 37.5%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.16

 K value IS 0.53

RGB Variations

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

Color information

#317966 (or 0x317966) is known color: Genoa. HEX triplet: 31, 79 and 66. RGB value is (49,121,102). Sum of RGB (Red+Green+Blue) = 49+121+102=272 (36% of max value = 765). Red value is 49 (19.53% from 255 or 18.01% from 272); Green value is 121 (47.66% from 255 or 44.49% from 272); Blue value is 102 (40.23% from 255 or 37.5% from 272); Max value from RGB is 121 - color contains mainly: green. Hex color #317966 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #317966 is #CE8699. Grayscale: #616161. Windows color (decimal): -13534874 or 6715697. OLE color: 6715697.

HSL color Cylindrical-coordinate representation of color #317966: hue angle of 164.17º degrees, saturation: 0.42, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #317966 is Cyan = 0.60, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.53.

Color convert

RGB 49 121 102 -
CMYK 0.60 0 0.16 0.53
HSL 164.17º 0.42% 0.33% -
HSV(B) 164.17º 0.6% 0.47% -
XYZ 10.5 15.29 14.97 -
YUV 97.31 130.65 93.54 -
System Red Green Blue C M Y K H S L
Decimal 49 121 102 0.60 0 0.16 0.53 164.17 0.42 0.33
Hex 31 79 66 3C 0 10 35 A4 2A 21
Octal 61 171 146 74 0 20 65 244 52 41
Binary 110001 1111001 1100110 111100 0 10000 110101 10100100 101010 100001

Color Harmonies of #317966

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #317966

Black with #317966

Text Example


Text Example

White with #317966

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #317966; }

 p { color: rgb(49,121,102); }

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

background-color css

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

 a { background-color: rgb(49,121,102); }

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

border-color css

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

 span { border-color: rgb(49,121,102); }

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