#318875

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

Shades of Genoa #318875

Tints of Genoa #318875

Color information

#318875 (or 0x318875) is unknown color: approx Genoa. HEX triplet: 31, 88 and 75. RGB value is (49,136,117). Sum of RGB (Red+Green+Blue) = 49+136+117=302 (40% of max value = 765). Red value is 49 (19.53% from 255 or 16.23% from 302); Green value is 136 (53.52% from 255 or 45.03% from 302); Blue value is 117 (46.09% from 255 or 38.74% from 302); Max value from RGB is 136 - color contains mainly: green. Hex color #318875 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #318875 is #CE778A. Grayscale: #6B6B6B. Windows color (decimal): -13531019 or 7702577. OLE color: 7702577.

HSL color Cylindrical-coordinate representation of color #318875: hue angle of 166.9º degrees, saturation: 0.47, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #318875 is Cyan = 0.64, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.47.

Color convert

RGB49136117-
CMYK0.6400.140.47
HSL166.9º47.03%36.27%-
HSV(B)166.9º63.97%53.33%-
XYZ13.2819.5519.9-
YUV107.82133.1886.04-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 16.23%
GREEN value IS 136 (53.52% from 255) = 45.03%
BLUE value IS 117 (46.09% from 255) = 38.74%
R=16.23%
G=45.03%
B=38.74%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal491361170.6400.140.47166.947.0336.27
Hex318875400E2Fa72f24
Octal61210165100016572475744
Binary11000110001000111010110000000111010111110100111101111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #318875

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #318875; }

 p { color: rgb(49,136,117); }

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

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

 a { background-color: rgb(49,136,117); }

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

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

 span { border-color: rgb(49,136,117); }

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