#318472

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

Shades of Genoa #318472

Tints of Genoa #318472

Color information

#318472 (or 0x318472) is unknown color: approx Genoa. HEX triplet: 31, 84 and 72. RGB value is (49,132,114). Sum of RGB (Red+Green+Blue) = 49+132+114=295 (39% of max value = 765). Red value is 49 (19.53% from 255 or 16.61% from 295); Green value is 132 (51.95% from 255 or 44.75% from 295); Blue value is 114 (44.92% from 255 or 38.64% from 295); Max value from RGB is 132 - color contains mainly: green. Hex color #318472 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #318472 is #CE7B8D. Grayscale: #696969. Windows color (decimal): -13532046 or 7504945. OLE color: 7504945.

HSL color Cylindrical-coordinate representation of color #318472: hue angle of 166.99º 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 #318472 is Cyan = 0.63, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.48.

Color convert

RGB49132114-
CMYK0.6300.140.48
HSL166.99º45.86%35.49%-
HSV(B)166.99º62.88%51.76%-
XYZ12.5618.3718.8-
YUV105.1313387.96-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 16.61%
GREEN value IS 132 (51.95% from 255) = 44.75%
BLUE value IS 114 (44.92% from 255) = 38.64%
R=16.61%
G=44.75%
B=38.64%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal491321140.6300.140.48166.9945.8635.49
Hex3184723F0E30a72e23
Octal6120416277016602475643
Binary1100011000010011100101111110111011000010100111101110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #318472

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #318472; }

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

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

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

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

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

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

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

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