#318375

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

Shades of Genoa #318375

Tints of Genoa #318375

Color information

#318375 (or 0x318375) is unknown color: approx Genoa. HEX triplet: 31, 83 and 75. RGB value is (49,131,117). Sum of RGB (Red+Green+Blue) = 49+131+117=297 (39% of max value = 765). Red value is 49 (19.53% from 255 or 16.50% from 297); Green value is 131 (51.56% from 255 or 44.11% from 297); Blue value is 117 (46.09% from 255 or 39.39% from 297); Max value from RGB is 131 - color contains mainly: green. Hex color #318375 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #318375 is #CE7C8A. Grayscale: #686868. Windows color (decimal): -13532299 or 7701297. OLE color: 7701297.

HSL color Cylindrical-coordinate representation of color #318375: hue angle of 169.76º degrees, saturation: 0.46, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #318375 is Cyan = 0.63, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.49.

Color convert

RGB49131117-
CMYK0.6300.110.49
HSL169.76º45.56%35.29%-
HSV(B)169.76º62.6%51.37%-
XYZ12.5918.1719.67-
YUV104.89134.8388.14-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 16.50%
GREEN value IS 131 (51.56% from 255) = 44.11%
BLUE value IS 117 (46.09% from 255) = 39.39%
R=16.50%
G=44.11%
B=39.39%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal491311170.6300.110.49169.7645.5635.29
Hex3183753F0B31aa2e23
Octal6120316577013612525643
Binary1100011000001111101011111110101111000110101010101110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #318375

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #318375; }

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

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

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

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

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

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

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

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