#317065

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

Shades of Genoa #317065

Tints of Genoa #317065

Color information

#317065 (or 0x317065) is unknown color: approx Genoa. HEX triplet: 31, 70 and 65. RGB value is (49,112,101). Sum of RGB (Red+Green+Blue) = 49+112+101=262 (34% of max value = 765). Red value is 49 (19.53% from 255 or 18.70% from 262); Green value is 112 (44.14% from 255 or 42.75% from 262); Blue value is 101 (39.84% from 255 or 38.55% from 262); Max value from RGB is 112 - color contains mainly: green. Hex color #317065 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #317065 is #CE8F9A. Grayscale: #5B5B5B. Windows color (decimal): -13537179 or 6647857. OLE color: 6647857.

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

Color convert

RGB49112101-
CMYK0.5600.100.56
HSL169.52º39.13%31.57%-
HSV(B)169.52º56.25%43.92%-
XYZ9.4113.1814.36-
YUV91.91133.1397.39-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 18.70%
GREEN value IS 112 (44.14% from 255) = 42.75%
BLUE value IS 101 (39.84% from 255) = 38.55%
R=18.70%
G=42.75%
B=38.55%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal491121010.5600.100.56169.5239.1331.57
Hex317065380A38aa2720
Octal6116014570012702524740
Binary110001111000011001011110000101011100010101010100111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #317065

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #317065; }

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

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

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

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

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

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

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

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