Html Css Color HEX #31716A Genoa

📋 copy color: '#31716A'

red 49 ◦ green 113 ◦ blue 106

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

Shades of Genoa #31716A

Tints of Genoa #31716A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 39.55%

R = 18.28%
G = 42.16%
B = 39.55%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.06

 K value IS 0.56

RGB Variations

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

Color information

#31716A (or 0x31716A) is known color: Genoa. HEX triplet: 31, 71 and 6A. RGB value is (49,113,106). Sum of RGB (Red+Green+Blue) = 49+113+106=268 (35% of max value = 765). Red value is 49 (19.53% from 255 or 18.28% from 268); Green value is 113 (44.53% from 255 or 42.16% from 268); Blue value is 106 (41.80% from 255 or 39.55% from 268); Max value from RGB is 113 - color contains mainly: green. Hex color #31716A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #31716A is #CE8E95. Grayscale: #5D5D5D. Windows color (decimal): -13536918 or 6975793. OLE color: 6975793.

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

Color convert

RGB 49 113 106 -
CMYK 0.57 0 0.06 0.56
HSL 173.44º 0.4% 0.32% -
HSV(B) 173.44º 0.57% 0.44% -
XYZ 9.77 13.5 15.73 -
YUV 93.07 135.3 96.57 -
System Red Green Blue C M Y K H S L
Decimal 49 113 106 0.57 0 0.06 0.56 173.44 0.4 0.32
Hex 31 71 6A 39 0 6 38 AD 28 20
Octal 61 161 152 71 0 6 70 255 50 40
Binary 110001 1110001 1101010 111001 0 110 111000 10101101 101000 100000

Color Harmonies of #31716A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31716A

Black with #31716A

Text Example


Text Example

White with #31716A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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