#317067

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

Shades of Genoa #317067

Tints of Genoa #317067

Color information

#317067 (or 0x317067) is unknown color: approx Genoa. HEX triplet: 31, 70 and 67. RGB value is (49,112,103). Sum of RGB (Red+Green+Blue) = 49+112+103=264 (34% of max value = 765). Red value is 49 (19.53% from 255 or 18.56% from 264); Green value is 112 (44.14% from 255 or 42.42% from 264); Blue value is 103 (40.62% from 255 or 39.02% from 264); Max value from RGB is 112 - color contains mainly: green. Hex color #317067 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #317067 is #CE8F98. Grayscale: #5C5C5C. Windows color (decimal): -13537177 or 6778929. OLE color: 6778929.

HSL color Cylindrical-coordinate representation of color #317067: hue angle of 171.43º 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 #317067 is Cyan = 0.56, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.56.

Color convert

RGB49112103-
CMYK0.5600.080.56
HSL171.43º39.13%31.57%-
HSV(B)171.43º56.25%43.92%-
XYZ9.5113.2214.88-
YUV92.14134.1397.23-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 18.56%
GREEN value IS 112 (44.14% from 255) = 42.42%
BLUE value IS 103 (40.62% from 255) = 39.02%
R=18.56%
G=42.42%
B=39.02%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal491121030.5600.080.56171.4339.1331.57
Hex317067380838ab2720
Octal6116014770010702534740
Binary110001111000011001111110000100011100010101011100111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #317067

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #317067; }

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

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

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

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

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

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

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

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