#315B10

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

Shades of Seaweed #315B10

Tints of Seaweed #315B10

Color information

#315B10 (or 0x315B10) is unknown color: approx Seaweed. HEX triplet: 31, 5B and 10. RGB value is (49,91,16). Sum of RGB (Red+Green+Blue) = 49+91+16=156 (20% of max value = 765). Red value is 49 (19.53% from 255 or 31.41% from 156); Green value is 91 (35.94% from 255 or 58.33% from 156); Blue value is 16 (6.64% from 255 or 10.26% from 156); Max value from RGB is 91 - color contains mainly: green. Hex color #315B10 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #315B10 is #CEA4EF. Grayscale: #464646. Windows color (decimal): -13542640 or 1071921. OLE color: 1071921.

HSL color Cylindrical-coordinate representation of color #315B10: hue angle of 93.6º degrees, saturation: 0.7, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #315B10 is Cyan = 0.46, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.64.

Color convert

RGB499116-
CMYK0.4600.820.64
HSL93.6º70.09%20.98%-
HSV(B)93.6º82.42%35.69%-
XYZ5.18.171.8-
YUV69.8997.59113.1-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 31.41%
GREEN value IS 91 (35.94% from 255) = 58.33%
BLUE value IS 16 (6.64% from 255) = 10.26%
R=31.41%
G=58.33%
B=10.26%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal4991160.4600.820.6493.670.0920.98
Hex315B102E052405e4615
Octal611332056012210013610625
Binary1100011011011100001011100101001010000001011110100011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #315B10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,91,16); }

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

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

 a { background-color: rgb(49,91,16); }

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

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

 span { border-color: rgb(49,91,16); }

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