Html Css Color HEX #31746B Genoa

📋 copy color: '#31746B'

red 49 ◦ green 116 ◦ blue 107

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

Shades of Genoa #31746B

Tints of Genoa #31746B

RGB

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

 GREEN value IS 116 (45.7% from 255) = 42.65%

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

R = 18.01%
G = 42.65%
B = 39.34%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.08

 K value IS 0.55

RGB Variations

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

Color information

#31746B (or 0x31746B) is known color: Genoa. HEX triplet: 31, 74 and 6B. RGB value is (49,116,107). Sum of RGB (Red+Green+Blue) = 49+116+107=272 (36% of max value = 765). Red value is 49 (19.53% from 255 or 18.01% from 272); Green value is 116 (45.70% from 255 or 42.65% from 272); Blue value is 107 (42.19% from 255 or 39.34% from 272); Max value from RGB is 116 - color contains mainly: green. Hex color #31746B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #31746B is #CE8B94. Grayscale: #5E5E5E. Windows color (decimal): -13536149 or 7042097. OLE color: 7042097.

HSL color Cylindrical-coordinate representation of color #31746B: hue angle of 171.94º degrees, saturation: 0.41, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #31746B is Cyan = 0.58, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.55.

Color convert

RGB 49 116 107 -
CMYK 0.58 0 0.08 0.55
HSL 171.94º 0.41% 0.32% -
HSV(B) 171.94º 0.58% 0.45% -
XYZ 10.17 14.21 16.12 -
YUV 94.94 134.8 95.23 -
System Red Green Blue C M Y K H S L
Decimal 49 116 107 0.58 0 0.08 0.55 171.94 0.41 0.32
Hex 31 74 6B 3A 0 8 37 AC 29 20
Octal 61 164 153 72 0 10 67 254 51 40
Binary 110001 1110100 1101011 111010 0 1000 110111 10101100 101001 100000

Color Harmonies of #31746B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31746B

Black with #31746B

Text Example


Text Example

White with #31746B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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