#317F6C

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

Shades of Genoa #317F6C

Tints of Genoa #317F6C

Color information

#317F6C (or 0x317F6C) is unknown color: approx Genoa. HEX triplet: 31, 7F and 6C. RGB value is (49,127,108). Sum of RGB (Red+Green+Blue) = 49+127+108=284 (37% of max value = 765). Red value is 49 (19.53% from 255 or 17.25% from 284); Green value is 127 (50% from 255 or 44.72% from 284); Blue value is 108 (42.58% from 255 or 38.03% from 284); Max value from RGB is 127 - color contains mainly: green. Hex color #317F6C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #317F6C is #CE8093. Grayscale: #656565. Windows color (decimal): -13533332 or 7110449. OLE color: 7110449.

HSL color Cylindrical-coordinate representation of color #317F6C: hue angle of 165.38º degrees, saturation: 0.44, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #317F6C is Cyan = 0.61, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.50.

Color convert

RGB49127108-
CMYK0.6100.150.50
HSL165.38º44.32%34.51%-
HSV(B)165.38º61.42%49.8%-
XYZ11.5616.9116.84-
YUV101.51131.6690.54-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 17.25%
GREEN value IS 127 (50% from 255) = 44.72%
BLUE value IS 108 (42.58% from 255) = 38.03%
R=17.25%
G=44.72%
B=38.03%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal491271080.6100.150.50165.3844.3234.51
Hex317F6C3D0F32a52c23
Octal6117715475017622455443
Binary110001111111111011001111010111111001010100101101100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #317F6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #317F6C; }

 p { color: rgb(49,127,108); }

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

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

 a { background-color: rgb(49,127,108); }

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

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

 span { border-color: rgb(49,127,108); }

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