Html Css Color HEX #31716E Genoa

📋 copy color: '#31716E'

red 49 ◦ green 113 ◦ blue 110

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

Shades of Genoa #31716E

Tints of Genoa #31716E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 40.44%

R = 18.01%
G = 41.54%
B = 40.44%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.03

 K value IS 0.56

RGB Variations

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

Color information

#31716E (or 0x31716E) is known color: Genoa. HEX triplet: 31, 71 and 6E. RGB value is (49,113,110). Sum of RGB (Red+Green+Blue) = 49+113+110=272 (36% of max value = 765). Red value is 49 (19.53% from 255 or 18.01% from 272); Green value is 113 (44.53% from 255 or 41.54% from 272); Blue value is 110 (43.36% from 255 or 40.44% from 272); Max value from RGB is 113 - color contains mainly: green. Hex color #31716E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #31716E is #CE8E91. Grayscale: #5D5D5D. Windows color (decimal): -13536914 or 7237937. OLE color: 7237937.

HSL color Cylindrical-coordinate representation of color #31716E: hue angle of 177.19º 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 #31716E is Cyan = 0.57, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.56.

Color convert

RGB 49 113 110 -
CMYK 0.57 0 0.03 0.56
HSL 177.19º 0.4% 0.32% -
HSV(B) 177.19º 0.57% 0.44% -
XYZ 9.99 13.59 16.85 -
YUV 93.52 137.3 96.24 -
System Red Green Blue C M Y K H S L
Decimal 49 113 110 0.57 0 0.03 0.56 177.19 0.4 0.32
Hex 31 71 6E 39 0 3 38 B1 28 20
Octal 61 161 156 71 0 3 70 261 50 40
Binary 110001 1110001 1101110 111001 0 11 111000 10110001 101000 100000

Color Harmonies of #31716E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31716E

Black with #31716E

Text Example


Text Example

White with #31716E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #31716E; }

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

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

background-color css

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

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

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

border-color css

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

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

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