#317D67

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

Shades of Genoa #317D67

Tints of Genoa #317D67

Color information

#317D67 (or 0x317D67) is unknown color: approx Genoa. HEX triplet: 31, 7D and 67. RGB value is (49,125,103). Sum of RGB (Red+Green+Blue) = 49+125+103=277 (36% of max value = 765). Red value is 49 (19.53% from 255 or 17.69% from 277); Green value is 125 (49.22% from 255 or 45.13% from 277); Blue value is 103 (40.62% from 255 or 37.18% from 277); Max value from RGB is 125 - color contains mainly: green. Hex color #317D67 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #317D67 is #CE8298. Grayscale: #636363. Windows color (decimal): -13533849 or 6782257. OLE color: 6782257.

HSL color Cylindrical-coordinate representation of color #317D67: hue angle of 162.63º degrees, saturation: 0.44, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #317D67 is Cyan = 0.61, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.51.

Color convert

RGB49125103-
CMYK0.6100.180.51
HSL162.63º43.68%34.12%-
HSV(B)162.63º60.8%49.02%-
XYZ11.0516.315.4-
YUV99.77129.8291.79-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 17.69%
GREEN value IS 125 (49.22% from 255) = 45.13%
BLUE value IS 103 (40.62% from 255) = 37.18%
R=17.69%
G=45.13%
B=37.18%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal491251030.6100.180.51162.6343.6834.12
Hex317D673D01233a32c22
Octal6117514775022632435442
Binary1100011111101110011111110101001011001110100011101100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #317D67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,125,103); }

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

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

 a { background-color: rgb(49,125,103); }

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

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

 span { border-color: rgb(49,125,103); }

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