#317164

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

Shades of Genoa #317164

Tints of Genoa #317164

Color information

#317164 (or 0x317164) is unknown color: approx Genoa. HEX triplet: 31, 71 and 64. RGB value is (49,113,100). Sum of RGB (Red+Green+Blue) = 49+113+100=262 (34% of max value = 765). Red value is 49 (19.53% from 255 or 18.70% from 262); Green value is 113 (44.53% from 255 or 43.13% from 262); Blue value is 100 (39.45% from 255 or 38.17% from 262); Max value from RGB is 113 - color contains mainly: green. Hex color #317164 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #317164 is #CE8E9B. Grayscale: #5C5C5C. Windows color (decimal): -13536924 or 6582577. OLE color: 6582577.

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

Color convert

RGB49113100-
CMYK0.5700.120.56
HSL167.81º39.51%31.76%-
HSV(B)167.81º56.64%44.31%-
XYZ9.4713.3814.14-
YUV92.38132.397.06-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 18.70%
GREEN value IS 113 (44.53% from 255) = 43.13%
BLUE value IS 100 (39.45% from 255) = 38.17%
R=18.70%
G=43.13%
B=38.17%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal491131000.5700.120.56167.8139.5131.76
Hex317164390C38a82820
Octal6116114471014702505040
Binary110001111000111001001110010110011100010101000101000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #317164

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #317164; }

 p { color: rgb(49,113,100); }

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

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

 a { background-color: rgb(49,113,100); }

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

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

 span { border-color: rgb(49,113,100); }

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