#317068

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

Shades of Genoa #317068

Tints of Genoa #317068

Color information

#317068 (or 0x317068) is unknown color: approx Genoa. HEX triplet: 31, 70 and 68. RGB value is (49,112,104). Sum of RGB (Red+Green+Blue) = 49+112+104=265 (35% of max value = 765). Red value is 49 (19.53% from 255 or 18.49% from 265); Green value is 112 (44.14% from 255 or 42.26% from 265); Blue value is 104 (41.02% from 255 or 39.25% from 265); Max value from RGB is 112 - color contains mainly: green. Hex color #317068 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #317068 is #CE8F97. Grayscale: #5C5C5C. Windows color (decimal): -13537176 or 6844465. OLE color: 6844465.

HSL color Cylindrical-coordinate representation of color #317068: hue angle of 172.38º degrees, saturation: 0.39, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #317068 is Cyan = 0.56, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.56.

Color convert

RGB49112104-
CMYK0.5600.070.56
HSL172.38º39.13%31.57%-
HSV(B)172.38º56.25%43.92%-
XYZ9.5613.2415.15-
YUV92.25134.6397.15-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 18.49%
GREEN value IS 112 (44.14% from 255) = 42.26%
BLUE value IS 104 (41.02% from 255) = 39.25%
R=18.49%
G=42.26%
B=39.25%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal491121040.5600.070.56172.3839.1331.57
Hex317068380738ac2720
Octal611601507007702544740
Binary11000111100001101000111000011111100010101100100111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #317068

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #317068; }

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

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

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

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

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

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

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

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