#318271

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

Shades of Genoa #318271

Tints of Genoa #318271

Color information

#318271 (or 0x318271) is unknown color: approx Genoa. HEX triplet: 31, 82 and 71. RGB value is (49,130,113). Sum of RGB (Red+Green+Blue) = 49+130+113=292 (38% of max value = 765). Red value is 49 (19.53% from 255 or 16.78% from 292); Green value is 130 (51.17% from 255 or 44.52% from 292); Blue value is 113 (44.53% from 255 or 38.70% from 292); Max value from RGB is 130 - color contains mainly: green. Hex color #318271 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #318271 is #CE7D8E. Grayscale: #676767. Windows color (decimal): -13532559 or 7438897. OLE color: 7438897.

HSL color Cylindrical-coordinate representation of color #318271: hue angle of 167.41º 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 #318271 is Cyan = 0.62, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.49.

Color convert

RGB49130113-
CMYK0.6200.130.49
HSL167.41º45.25%35.1%-
HSV(B)167.41º62.31%50.98%-
XYZ12.2317.8118.42-
YUV103.84133.1688.88-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 16.78%
GREEN value IS 130 (51.17% from 255) = 44.52%
BLUE value IS 113 (44.53% from 255) = 38.70%
R=16.78%
G=44.52%
B=38.70%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal491301130.6200.130.49167.4145.2535.1
Hex3182713E0D31a72d23
Octal6120216176015612475543
Binary1100011000001011100011111100110111000110100111101101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #318271

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #318271; }

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

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

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

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

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

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

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

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