#31736B

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

Shades of Genoa #31736B

Tints of Genoa #31736B

Color information

#31736B (or 0x31736B) is unknown color: approx Genoa. HEX triplet: 31, 73 and 6B. RGB value is (49,115,107). Sum of RGB (Red+Green+Blue) = 49+115+107=271 (35% of max value = 765). Red value is 49 (19.53% from 255 or 18.08% from 271); Green value is 115 (45.31% from 255 or 42.44% from 271); Blue value is 107 (42.19% from 255 or 39.48% from 271); Max value from RGB is 115 - color contains mainly: green. Hex color #31736B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #31736B is #CE8C94. Grayscale: #5E5E5E. Windows color (decimal): -13536405 or 7041841. OLE color: 7041841.

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

Color convert

RGB49115107-
CMYK0.5700.070.55
HSL172.73º40.24%32.16%-
HSV(B)172.73º57.39%45.1%-
XYZ10.0513.9816.08-
YUV94.35135.1395.65-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 18.08%
GREEN value IS 115 (45.31% from 255) = 42.44%
BLUE value IS 107 (42.19% from 255) = 39.48%
R=18.08%
G=42.44%
B=39.48%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal491151070.5700.070.55172.7340.2432.16
Hex31736B390737ad2820
Octal611631537107672555040
Binary11000111100111101011111001011111011110101101101000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31736B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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