Html Css Color HEX #31716D Genoa

📋 copy color: '#31716D'

red 49 ◦ green 113 ◦ blue 109

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

Shades of Genoa #31716D

Tints of Genoa #31716D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 40.22%

R = 18.08%
G = 41.7%
B = 40.22%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.04

 K value IS 0.56

RGB Variations

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

Color information

#31716D (or 0x31716D) is known color: Genoa. HEX triplet: 31, 71 and 6D. RGB value is (49,113,109). Sum of RGB (Red+Green+Blue) = 49+113+109=271 (35% of max value = 765). Red value is 49 (19.53% from 255 or 18.08% from 271); Green value is 113 (44.53% from 255 or 41.70% from 271); Blue value is 109 (42.97% from 255 or 40.22% from 271); Max value from RGB is 113 - color contains mainly: green. Hex color #31716D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #31716D is #CE8E92. Grayscale: #5D5D5D. Windows color (decimal): -13536915 or 7172401. OLE color: 7172401.

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

Color convert

RGB 49 113 109 -
CMYK 0.57 0 0.04 0.56
HSL 176.25º 0.4% 0.32% -
HSV(B) 176.25º 0.57% 0.44% -
XYZ 9.93 13.57 16.56 -
YUV 93.41 136.8 96.33 -
System Red Green Blue C M Y K H S L
Decimal 49 113 109 0.57 0 0.04 0.56 176.25 0.4 0.32
Hex 31 71 6D 39 0 4 38 B0 28 20
Octal 61 161 155 71 0 4 70 260 50 40
Binary 110001 1110001 1101101 111001 0 100 111000 10110000 101000 100000

Color Harmonies of #31716D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31716D

Black with #31716D

Text Example


Text Example

White with #31716D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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