#317261

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

Shades of Genoa #317261

Tints of Genoa #317261

Color information

#317261 (or 0x317261) is unknown color: approx Genoa. HEX triplet: 31, 72 and 61. RGB value is (49,114,97). Sum of RGB (Red+Green+Blue) = 49+114+97=260 (34% of max value = 765). Red value is 49 (19.53% from 255 or 18.85% from 260); Green value is 114 (44.92% from 255 or 43.85% from 260); Blue value is 97 (38.28% from 255 or 37.31% from 260); Max value from RGB is 114 - color contains mainly: green. Hex color #317261 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #317261 is #CE8D9E. Grayscale: #5C5C5C. Windows color (decimal): -13536671 or 6386225. OLE color: 6386225.

HSL color Cylindrical-coordinate representation of color #317261: hue angle of 164.31º 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 #317261 is Cyan = 0.57, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.55.

Color convert

RGB4911497-
CMYK0.5700.150.55
HSL164.31º39.88%31.96%-
HSV(B)164.31º57.02%44.71%-
XYZ9.4413.5513.43-
YUV92.63130.4796.88-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 18.85%
GREEN value IS 114 (44.92% from 255) = 43.85%
BLUE value IS 97 (38.28% from 255) = 37.31%
R=18.85%
G=43.85%
B=37.31%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal49114970.5700.150.55164.3139.8831.96
Hex317261390F37a42820
Octal6116214171017672445040
Binary110001111001011000011110010111111011110100100101000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #317261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #317261; }

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

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

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

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

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

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

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

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