#317060

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

Shades of Genoa #317060

Tints of Genoa #317060

Color information

#317060 (or 0x317060) is unknown color: approx Genoa. HEX triplet: 31, 70 and 60. RGB value is (49,112,96). Sum of RGB (Red+Green+Blue) = 49+112+96=257 (34% of max value = 765). Red value is 49 (19.53% from 255 or 19.07% from 257); Green value is 112 (44.14% from 255 or 43.58% from 257); Blue value is 96 (37.89% from 255 or 37.35% from 257); Max value from RGB is 112 - color contains mainly: green. Hex color #317060 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #317060 is #CE8F9F. Grayscale: #5B5B5B. Windows color (decimal): -13537184 or 6320177. OLE color: 6320177.

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

Color convert

RGB4911296-
CMYK0.5600.140.56
HSL164.76º39.13%31.57%-
HSV(B)164.76º56.25%43.92%-
XYZ9.1713.0913.11-
YUV91.34130.6397.8-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 19.07%
GREEN value IS 112 (44.14% from 255) = 43.58%
BLUE value IS 96 (37.89% from 255) = 37.35%
R=19.07%
G=43.58%
B=37.35%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal49112960.5600.140.56164.7639.1331.57
Hex317060380E38a52720
Octal6116014070016702454740
Binary110001111000011000001110000111011100010100101100111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #317060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #317060; }

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

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

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

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

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

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

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

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