#315911

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

Shades of Seaweed #315911

Tints of Seaweed #315911

Color information

#315911 (or 0x315911) is unknown color: approx Seaweed. HEX triplet: 31, 59 and 11. RGB value is (49,89,17). Sum of RGB (Red+Green+Blue) = 49+89+17=155 (20% of max value = 765). Red value is 49 (19.53% from 255 or 31.61% from 155); Green value is 89 (35.16% from 255 or 57.42% from 155); Blue value is 17 (7.03% from 255 or 10.97% from 155); Max value from RGB is 89 - color contains mainly: green. Hex color #315911 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #315911 is #CEA6EE. Grayscale: #454545. Windows color (decimal): -13543151 or 1136945. OLE color: 1136945.

HSL color Cylindrical-coordinate representation of color #315911: hue angle of 93.33º degrees, saturation: 0.68, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #315911 is Cyan = 0.45, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.65.

Color convert

RGB498917-
CMYK0.4500.810.65
HSL93.33º67.92%20.78%-
HSV(B)93.33º80.9%34.9%-
XYZ4.947.841.78-
YUV68.8398.75113.85-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 31.61%
GREEN value IS 89 (35.16% from 255) = 57.42%
BLUE value IS 17 (7.03% from 255) = 10.97%
R=31.61%
G=57.42%
B=10.97%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal4989170.4500.810.6593.3367.9220.78
Hex3159112D051415d4415
Octal611312155012110113510425
Binary1100011011001100011011010101000110000011011101100010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #315911

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #315911; }

 p { color: rgb(49,89,17); }

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

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

 a { background-color: rgb(49,89,17); }

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

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

 span { border-color: rgb(49,89,17); }

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