#318274

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

Shades of Genoa #318274

Tints of Genoa #318274

Color information

#318274 (or 0x318274) is unknown color: approx Genoa. HEX triplet: 31, 82 and 74. RGB value is (49,130,116). Sum of RGB (Red+Green+Blue) = 49+130+116=295 (39% of max value = 765). Red value is 49 (19.53% from 255 or 16.61% from 295); Green value is 130 (51.17% from 255 or 44.07% from 295); Blue value is 116 (45.70% from 255 or 39.32% from 295); Max value from RGB is 130 - color contains mainly: green. Hex color #318274 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #318274 is #CE7D8B. Grayscale: #686868. Windows color (decimal): -13532556 or 7635505. OLE color: 7635505.

HSL color Cylindrical-coordinate representation of color #318274: hue angle of 169.63º degrees, saturation: 0.45, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #318274 is Cyan = 0.62, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.49.

Color convert

RGB49130116-
CMYK0.6200.110.49
HSL169.63º45.25%35.1%-
HSV(B)169.63º62.31%50.98%-
XYZ12.417.8819.32-
YUV104.18134.6688.64-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 16.61%
GREEN value IS 130 (51.17% from 255) = 44.07%
BLUE value IS 116 (45.70% from 255) = 39.32%
R=16.61%
G=44.07%
B=39.32%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal491301160.6200.110.49169.6345.2535.1
Hex3182743E0B31aa2d23
Octal6120216476013612525543
Binary1100011000001011101001111100101111000110101010101101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #318274

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #318274; }

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

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

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

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

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

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

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

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