#317468

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

Shades of Genoa #317468

Tints of Genoa #317468

Color information

#317468 (or 0x317468) is unknown color: approx Genoa. HEX triplet: 31, 74 and 68. RGB value is (49,116,104). Sum of RGB (Red+Green+Blue) = 49+116+104=269 (35% of max value = 765). Red value is 49 (19.53% from 255 or 18.22% from 269); Green value is 116 (45.70% from 255 or 43.12% from 269); Blue value is 104 (41.02% from 255 or 38.66% from 269); Max value from RGB is 116 - color contains mainly: green. Hex color #317468 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #317468 is #CE8B97. Grayscale: #5E5E5E. Windows color (decimal): -13536152 or 6845489. OLE color: 6845489.

HSL color Cylindrical-coordinate representation of color #317468: hue angle of 169.25º degrees, saturation: 0.41, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #317468 is Cyan = 0.58, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.55.

Color convert

RGB49116104-
CMYK0.5800.100.55
HSL169.25º40.61%32.35%-
HSV(B)169.25º57.76%45.49%-
XYZ10.0114.1415.3-
YUV94.6133.395.48-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 18.22%
GREEN value IS 116 (45.70% from 255) = 43.12%
BLUE value IS 104 (41.02% from 255) = 38.66%
R=18.22%
G=43.12%
B=38.66%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal491161040.5800.100.55169.2540.6132.35
Hex3174683A0A37a92920
Octal6116415072012672515140
Binary110001111010011010001110100101011011110101001101001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #317468

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #317468; }

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

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

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

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

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

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

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

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