#315A11

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

Shades of Seaweed #315A11

Tints of Seaweed #315A11

Color information

#315A11 (or 0x315A11) is unknown color: approx Seaweed. HEX triplet: 31, 5A and 11. RGB value is (49,90,17). Sum of RGB (Red+Green+Blue) = 49+90+17=156 (20% of max value = 765). Red value is 49 (19.53% from 255 or 31.41% from 156); Green value is 90 (35.55% from 255 or 57.69% from 156); Blue value is 17 (7.03% from 255 or 10.90% from 156); Max value from RGB is 90 - color contains mainly: green. Hex color #315A11 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #315A11 is #CEA5EE. Grayscale: #454545. Windows color (decimal): -13542895 or 1137201. OLE color: 1137201.

HSL color Cylindrical-coordinate representation of color #315A11: hue angle of 93.7º 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 #315A11 is Cyan = 0.46, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.65.

Color convert

RGB499017-
CMYK0.4600.810.65
HSL93.7º68.22%20.98%-
HSV(B)93.7º81.11%35.29%-
XYZ5.028.011.81-
YUV69.4298.42113.44-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 31.41%
GREEN value IS 90 (35.55% from 255) = 57.69%
BLUE value IS 17 (7.03% from 255) = 10.90%
R=31.41%
G=57.69%
B=10.90%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal4990170.4600.810.6593.768.2220.98
Hex315A112E051415e4415
Octal611322156012110113610425
Binary1100011011010100011011100101000110000011011110100010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #315A11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #315A11; }

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

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

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

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

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

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

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

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