#317D64

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

Shades of Genoa #317D64

Tints of Genoa #317D64

Color information

#317D64 (or 0x317D64) is unknown color: approx Genoa. HEX triplet: 31, 7D and 64. RGB value is (49,125,100). Sum of RGB (Red+Green+Blue) = 49+125+100=274 (36% of max value = 765). Red value is 49 (19.53% from 255 or 17.88% from 274); Green value is 125 (49.22% from 255 or 45.62% from 274); Blue value is 100 (39.45% from 255 or 36.50% from 274); Max value from RGB is 125 - color contains mainly: green. Hex color #317D64 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #317D64 is #CE829B. Grayscale: #636363. Windows color (decimal): -13533852 or 6585649. OLE color: 6585649.

HSL color Cylindrical-coordinate representation of color #317D64: hue angle of 160.26º 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 #317D64 is Cyan = 0.61, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.51.

Color convert

RGB49125100-
CMYK0.6100.20.51
HSL160.26º43.68%34.12%-
HSV(B)160.26º60.8%49.02%-
XYZ10.916.2414.62-
YUV99.43128.3292.03-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 17.88%
GREEN value IS 125 (49.22% from 255) = 45.62%
BLUE value IS 100 (39.45% from 255) = 36.50%
R=17.88%
G=45.62%
B=36.50%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.2
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal491251000.6100.20.51160.2643.6834.12
Hex317D643D01433a02c22
Octal6117514475024632405442
Binary1100011111101110010011110101010011001110100000101100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #317D64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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