#31746A

Color #31746A Genoa (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Genoa #31746A

Tints of Genoa #31746A

Color information

#31746A (or 0x31746A) is unknown color: approx Genoa. HEX triplet: 31, 74 and 6A. RGB value is (49,116,106). Sum of RGB (Red+Green+Blue) = 49+116+106=271 (35% of max value = 765). Red value is 49 (19.53% from 255 or 18.08% from 271); Green value is 116 (45.70% from 255 or 42.80% from 271); Blue value is 106 (41.80% from 255 or 39.11% from 271); Max value from RGB is 116 - color contains mainly: green. Hex color #31746A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #31746A is #CE8B95. Grayscale: #5E5E5E. Windows color (decimal): -13536150 or 6976561. OLE color: 6976561.

HSL color Cylindrical-coordinate representation of color #31746A: hue angle of 171.04º 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 #31746A is Cyan = 0.58, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.55.

Color convert

RGB49116106-
CMYK0.5800.090.55
HSL171.04º40.61%32.35%-
HSV(B)171.04º57.76%45.49%-
XYZ10.1114.1815.84-
YUV94.83134.395.31-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 18.08%
GREEN value IS 116 (45.70% from 255) = 42.80%
BLUE value IS 106 (41.80% from 255) = 39.11%
R=18.08%
G=42.80%
B=39.11%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal491161060.5800.090.55171.0440.6132.35
Hex31746A3A0937ab2920
Octal6116415272011672535140
Binary110001111010011010101110100100111011110101011101001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31746A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #31746A;
 }
 .AnyTagClassName
 {
   color: #31746A;
 }
</style>
background-color css

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

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

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

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

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

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