#318270

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

Shades of Genoa #318270

Tints of Genoa #318270

Color information

#318270 (or 0x318270) is unknown color: approx Genoa. HEX triplet: 31, 82 and 70. RGB value is (49,130,112). Sum of RGB (Red+Green+Blue) = 49+130+112=291 (38% of max value = 765). Red value is 49 (19.53% from 255 or 16.84% from 291); Green value is 130 (51.17% from 255 or 44.67% from 291); Blue value is 112 (44.14% from 255 or 38.49% from 291); Max value from RGB is 130 - color contains mainly: green. Hex color #318270 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #318270 is #CE7D8F. Grayscale: #676767. Windows color (decimal): -13532560 or 7373361. OLE color: 7373361.

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

Color convert

RGB49130112-
CMYK0.6200.140.49
HSL166.67º45.25%35.1%-
HSV(B)166.67º62.31%50.98%-
XYZ12.1717.7918.12-
YUV103.73132.6688.96-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 16.84%
GREEN value IS 130 (51.17% from 255) = 44.67%
BLUE value IS 112 (44.14% from 255) = 38.49%
R=16.84%
G=44.67%
B=38.49%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal491301120.6200.140.49166.6745.2535.1
Hex3182703E0E31a72d23
Octal6120216076016612475543
Binary1100011000001011100001111100111011000110100111101101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #318270

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #318270; }

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

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

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

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

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

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

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

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