#318674

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

Shades of Genoa #318674

Tints of Genoa #318674

Color information

#318674 (or 0x318674) is unknown color: approx Genoa. HEX triplet: 31, 86 and 74. RGB value is (49,134,116). Sum of RGB (Red+Green+Blue) = 49+134+116=299 (39% of max value = 765). Red value is 49 (19.53% from 255 or 16.39% from 299); Green value is 134 (52.73% from 255 or 44.82% from 299); Blue value is 116 (45.70% from 255 or 38.80% from 299); Max value from RGB is 134 - color contains mainly: green. Hex color #318674 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #318674 is #CE798B. Grayscale: #6A6A6A. Windows color (decimal): -13531532 or 7636529. OLE color: 7636529.

HSL color Cylindrical-coordinate representation of color #318674: hue angle of 167.29º 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 #318674 is Cyan = 0.63, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.47.

Color convert

RGB49134116-
CMYK0.6300.130.47
HSL167.29º46.45%35.88%-
HSV(B)167.29º63.43%52.55%-
XYZ12.9418.9619.5-
YUV106.53133.3486.96-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 16.39%
GREEN value IS 134 (52.73% from 255) = 44.82%
BLUE value IS 116 (45.70% from 255) = 38.80%
R=16.39%
G=44.82%
B=38.80%

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
Decimal491341160.6300.130.47167.2946.4535.88
Hex3186743F0D2Fa72e24
Octal6120616477015572475644
Binary1100011000011011101001111110110110111110100111101110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #318674

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #318674; }

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

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

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

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

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

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

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

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