#317467

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

Shades of Genoa #317467

Tints of Genoa #317467

Color information

#317467 (or 0x317467) is unknown color: approx Genoa. HEX triplet: 31, 74 and 67. RGB value is (49,116,103). Sum of RGB (Red+Green+Blue) = 49+116+103=268 (35% of max value = 765). Red value is 49 (19.53% from 255 or 18.28% from 268); Green value is 116 (45.70% from 255 or 43.28% from 268); Blue value is 103 (40.62% from 255 or 38.43% from 268); Max value from RGB is 116 - color contains mainly: green. Hex color #317467 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #317467 is #CE8B98. Grayscale: #5E5E5E. Windows color (decimal): -13536153 or 6779953. OLE color: 6779953.

HSL color Cylindrical-coordinate representation of color #317467: hue angle of 168.36º degrees, saturation: 0.41, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #317467 is Cyan = 0.58, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.55.

Color convert

RGB49116103-
CMYK0.5800.110.55
HSL168.36º40.61%32.35%-
HSV(B)168.36º57.76%45.49%-
XYZ9.9614.1215.03-
YUV94.48132.895.56-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 18.28%
GREEN value IS 116 (45.70% from 255) = 43.28%
BLUE value IS 103 (40.62% from 255) = 38.43%
R=18.28%
G=43.28%
B=38.43%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal491161030.5800.110.55168.3640.6132.35
Hex3174673A0B37a82920
Octal6116414772013672505140
Binary110001111010011001111110100101111011110101000101001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #317467

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #317467; }

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

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

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

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

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

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

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

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