#318075

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

Shades of Genoa #318075

Tints of Genoa #318075

Color information

#318075 (or 0x318075) is unknown color: approx Genoa. HEX triplet: 31, 80 and 75. RGB value is (49,128,117). Sum of RGB (Red+Green+Blue) = 49+128+117=294 (38% of max value = 765). Red value is 49 (19.53% from 255 or 16.67% from 294); Green value is 128 (50.39% from 255 or 43.54% from 294); Blue value is 117 (46.09% from 255 or 39.80% from 294); Max value from RGB is 128 - color contains mainly: green. Hex color #318075 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #318075 is #CE7F8A. Grayscale: #676767. Windows color (decimal): -13533067 or 7700529. OLE color: 7700529.

HSL color Cylindrical-coordinate representation of color #318075: hue angle of 171.65º degrees, saturation: 0.45, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #318075 is Cyan = 0.62, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.50.

Color convert

RGB49128117-
CMYK0.6200.090.50
HSL171.65º44.63%34.71%-
HSV(B)171.65º61.72%50.2%-
XYZ12.217.3819.54-
YUV103.12135.8389.39-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 16.67%
GREEN value IS 128 (50.39% from 255) = 43.54%
BLUE value IS 117 (46.09% from 255) = 39.80%
R=16.67%
G=43.54%
B=39.80%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal491281170.6200.090.50171.6544.6334.71
Hex3180753E0932ac2d23
Octal6120016576011622545543
Binary1100011000000011101011111100100111001010101100101101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #318075

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #318075; }

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

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

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

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

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

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

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

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