#318474

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

Shades of Genoa #318474

Tints of Genoa #318474

Color information

#318474 (or 0x318474) is unknown color: approx Genoa. HEX triplet: 31, 84 and 74. RGB value is (49,132,116). Sum of RGB (Red+Green+Blue) = 49+132+116=297 (39% of max value = 765). Red value is 49 (19.53% from 255 or 16.50% from 297); Green value is 132 (51.95% from 255 or 44.44% from 297); Blue value is 116 (45.70% from 255 or 39.06% from 297); Max value from RGB is 132 - color contains mainly: green. Hex color #318474 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #318474 is #CE7B8B. Grayscale: #696969. Windows color (decimal): -13532044 or 7636017. OLE color: 7636017.

HSL color Cylindrical-coordinate representation of color #318474: hue angle of 168.43º degrees, saturation: 0.46, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #318474 is Cyan = 0.63, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.48.

Color convert

RGB49132116-
CMYK0.6300.120.48
HSL168.43º45.86%35.49%-
HSV(B)168.43º62.88%51.76%-
XYZ12.6718.4219.41-
YUV105.3613487.8-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 16.50%
GREEN value IS 132 (51.95% from 255) = 44.44%
BLUE value IS 116 (45.70% from 255) = 39.06%
R=16.50%
G=44.44%
B=39.06%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal491321160.6300.120.48168.4345.8635.49
Hex3184743F0C30a82e23
Octal6120416477014602505643
Binary1100011000010011101001111110110011000010101000101110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #318474

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #318474; }

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

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

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

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

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

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

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

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