#318670

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

Shades of Genoa #318670

Tints of Genoa #318670

Color information

#318670 (or 0x318670) is unknown color: approx Genoa. HEX triplet: 31, 86 and 70. RGB value is (49,134,112). Sum of RGB (Red+Green+Blue) = 49+134+112=295 (39% of max value = 765). Red value is 49 (19.53% from 255 or 16.61% from 295); Green value is 134 (52.73% from 255 or 45.42% from 295); Blue value is 112 (44.14% from 255 or 37.97% from 295); Max value from RGB is 134 - color contains mainly: green. Hex color #318670 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #318670 is #CE798F. Grayscale: #6A6A6A. Windows color (decimal): -13531536 or 7374385. OLE color: 7374385.

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

Color convert

RGB49134112-
CMYK0.6300.160.47
HSL164.47º46.45%35.88%-
HSV(B)164.47º63.43%52.55%-
XYZ12.7218.8718.3-
YUV106.08131.3487.29-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 16.61%
GREEN value IS 134 (52.73% from 255) = 45.42%
BLUE value IS 112 (44.14% from 255) = 37.97%
R=16.61%
G=45.42%
B=37.97%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal491341120.6300.160.47164.4746.4535.88
Hex3186703F0102Fa42e24
Octal6120616077020572445644
Binary11000110000110111000011111101000010111110100100101110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #318670

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #318670; }

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

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

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

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

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

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

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

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