Html Css Color HEX #317162 Genoa

📋 copy color: '#317162'

red 49 ◦ green 113 ◦ blue 98

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

Shades of Genoa #317162

Tints of Genoa #317162

RGB

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

 GREEN value IS 113 (44.53% from 255) = 43.46%

 BLUE value IS 98 (38.67% from 255) = 37.69%

R = 18.85%
G = 43.46%
B = 37.69%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.13

 K value IS 0.56

RGB Variations

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

Color information

#317162 (or 0x317162) is known color: Genoa. HEX triplet: 31, 71 and 62. RGB value is (49,113,98). Sum of RGB (Red+Green+Blue) = 49+113+98=260 (34% of max value = 765). Red value is 49 (19.53% from 255 or 18.85% from 260); Green value is 113 (44.53% from 255 or 43.46% from 260); Blue value is 98 (38.67% from 255 or 37.69% from 260); Max value from RGB is 113 - color contains mainly: green. Hex color #317162 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #317162 is #CE8E9D. Grayscale: #5C5C5C. Windows color (decimal): -13536926 or 6451505. OLE color: 6451505.

HSL color Cylindrical-coordinate representation of color #317162: hue angle of 165.94º degrees, saturation: 0.4, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #317162 is Cyan = 0.57, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.56.

Color convert

RGB 49 113 98 -
CMYK 0.57 0 0.13 0.56
HSL 165.94º 0.4% 0.32% -
HSV(B) 165.94º 0.57% 0.44% -
XYZ 9.38 13.35 13.64 -
YUV 92.15 131.3 97.22 -
System Red Green Blue C M Y K H S L
Decimal 49 113 98 0.57 0 0.13 0.56 165.94 0.4 0.32
Hex 31 71 62 39 0 D 38 A6 28 20
Octal 61 161 142 71 0 15 70 246 50 40
Binary 110001 1110001 1100010 111001 0 1101 111000 10100110 101000 100000

Color Harmonies of #317162

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #317162

Black with #317162

Text Example


Text Example

White with #317162

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #317162; }

 p { color: rgb(49,113,98); }

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

background-color css

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

 a { background-color: rgb(49,113,98); }

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

border-color css

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

 span { border-color: rgb(49,113,98); }

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