#317262

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

Shades of Genoa #317262

Tints of Genoa #317262

Color information

#317262 (or 0x317262) is unknown color: approx Genoa. HEX triplet: 31, 72 and 62. RGB value is (49,114,98). Sum of RGB (Red+Green+Blue) = 49+114+98=261 (34% of max value = 765). Red value is 49 (19.53% from 255 or 18.77% from 261); Green value is 114 (44.92% from 255 or 43.68% from 261); Blue value is 98 (38.67% from 255 or 37.55% from 261); Max value from RGB is 114 - color contains mainly: green. Hex color #317262 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #317262 is #CE8D9D. Grayscale: #5C5C5C. Windows color (decimal): -13536670 or 6451761. OLE color: 6451761.

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

Color convert

RGB4911498-
CMYK0.5700.140.55
HSL165.23º39.88%31.96%-
HSV(B)165.23º57.02%44.71%-
XYZ9.4913.5713.67-
YUV92.74130.9796.8-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 18.77%
GREEN value IS 114 (44.92% from 255) = 43.68%
BLUE value IS 98 (38.67% from 255) = 37.55%
R=18.77%
G=43.68%
B=37.55%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal49114980.5700.140.55165.2339.8831.96
Hex317262390E37a52820
Octal6116214271016672455040
Binary110001111001011000101110010111011011110100101101000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #317262

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #317262; }

 p { color: rgb(49,114,98); }

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

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

 a { background-color: rgb(49,114,98); }

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

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

 span { border-color: rgb(49,114,98); }

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