#317C69

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

Shades of Genoa #317C69

Tints of Genoa #317C69

Color information

#317C69 (or 0x317C69) is unknown color: approx Genoa. HEX triplet: 31, 7C and 69. RGB value is (49,124,105). Sum of RGB (Red+Green+Blue) = 49+124+105=278 (36% of max value = 765). Red value is 49 (19.53% from 255 or 17.63% from 278); Green value is 124 (48.83% from 255 or 44.60% from 278); Blue value is 105 (41.41% from 255 or 37.77% from 278); Max value from RGB is 124 - color contains mainly: green. Hex color #317C69 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #317C69 is #CE8396. Grayscale: #636363. Windows color (decimal): -13534103 or 6913073. OLE color: 6913073.

HSL color Cylindrical-coordinate representation of color #317C69: hue angle of 164.8º degrees, saturation: 0.43, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #317C69 is Cyan = 0.60, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.51.

Color convert

RGB49124105-
CMYK0.6000.150.51
HSL164.8º43.35%33.92%-
HSV(B)164.8º60.48%48.63%-
XYZ11.0216.0915.89-
YUV99.41131.1592.04-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 17.63%
GREEN value IS 124 (48.83% from 255) = 44.60%
BLUE value IS 105 (41.41% from 255) = 37.77%
R=17.63%
G=44.60%
B=37.77%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal491241050.6000.150.51164.843.3533.92
Hex317C693C0F33a52b22
Octal6117415174017632455342
Binary110001111110011010011111000111111001110100101101011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #317C69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,124,105); }

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

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

 a { background-color: rgb(49,124,105); }

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

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

 span { border-color: rgb(49,124,105); }

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