#318675

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

Shades of Genoa #318675

Tints of Genoa #318675

Color information

#318675 (or 0x318675) is unknown color: approx Genoa. HEX triplet: 31, 86 and 75. RGB value is (49,134,117). Sum of RGB (Red+Green+Blue) = 49+134+117=300 (39% of max value = 765). Red value is 49 (19.53% from 255 or 16.33% from 300); Green value is 134 (52.73% from 255 or 44.67% from 300); Blue value is 117 (46.09% from 255 or 39% from 300); Max value from RGB is 134 - color contains mainly: green. Hex color #318675 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #318675 is #CE798A. Grayscale: #6A6A6A. Windows color (decimal): -13531531 or 7702065. OLE color: 7702065.

HSL color Cylindrical-coordinate representation of color #318675: hue angle of 168º degrees, saturation: 0.46, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #318675 is Cyan = 0.63, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.47.

Color convert

RGB49134117-
CMYK0.6300.130.47
HSL168º46.45%35.88%-
HSV(B)168º63.43%52.55%-
XYZ1318.9919.81-
YUV106.65133.8486.88-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 16.33%
GREEN value IS 134 (52.73% from 255) = 44.67%
BLUE value IS 117 (46.09% from 255) = 39%
R=16.33%
G=44.67%
B=39%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal491341170.6300.130.4716846.4535.88
Hex3186753F0D2Fa82e24
Octal6120616577015572505644
Binary1100011000011011101011111110110110111110101000101110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #318675

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #318675; }

 p { color: rgb(49,134,117); }

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

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

 a { background-color: rgb(49,134,117); }

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

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

 span { border-color: rgb(49,134,117); }

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