Html Css Color HEX #31716B Genoa

📋 copy color: '#31716B'

red 49 ◦ green 113 ◦ blue 107

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

Shades of Genoa #31716B

Tints of Genoa #31716B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 39.78%

R = 18.22%
G = 42.01%
B = 39.78%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.05

 K value IS 0.56

RGB Variations

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

Color information

#31716B (or 0x31716B) is known color: Genoa. HEX triplet: 31, 71 and 6B. RGB value is (49,113,107). Sum of RGB (Red+Green+Blue) = 49+113+107=269 (35% of max value = 765). Red value is 49 (19.53% from 255 or 18.22% from 269); Green value is 113 (44.53% from 255 or 42.01% from 269); Blue value is 107 (42.19% from 255 or 39.78% from 269); Max value from RGB is 113 - color contains mainly: green. Hex color #31716B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #31716B is #CE8E94. Grayscale: #5D5D5D. Windows color (decimal): -13536917 or 7041329. OLE color: 7041329.

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

Color convert

RGB 49 113 107 -
CMYK 0.57 0 0.05 0.56
HSL 174.38º 0.4% 0.32% -
HSV(B) 174.38º 0.57% 0.44% -
XYZ 9.83 13.52 16 -
YUV 93.18 135.8 96.49 -
System Red Green Blue C M Y K H S L
Decimal 49 113 107 0.57 0 0.05 0.56 174.38 0.4 0.32
Hex 31 71 6B 39 0 5 38 AE 28 20
Octal 61 161 153 71 0 5 70 256 50 40
Binary 110001 1110001 1101011 111001 0 101 111000 10101110 101000 100000

Color Harmonies of #31716B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31716B

Black with #31716B

Text Example


Text Example

White with #31716B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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