#315216

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

Shades of Seaweed #315216

Tints of Seaweed #315216

Color information

#315216 (or 0x315216) is unknown color: approx Seaweed. HEX triplet: 31, 52 and 16. RGB value is (49,82,22). Sum of RGB (Red+Green+Blue) = 49+82+22=153 (20% of max value = 765). Red value is 49 (19.53% from 255 or 32.03% from 153); Green value is 82 (32.42% from 255 or 53.59% from 153); Blue value is 22 (8.98% from 255 or 14.38% from 153); Max value from RGB is 82 - color contains mainly: green. Hex color #315216 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #315216 is #CEADE9. Grayscale: #414141. Windows color (decimal): -13544938 or 1462833. OLE color: 1462833.

HSL color Cylindrical-coordinate representation of color #315216: hue angle of 93º degrees, saturation: 0.58, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #315216 is Cyan = 0.40, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.68.

Color convert

RGB498222-
CMYK0.4000.730.68
HSL93º57.69%20.39%-
HSV(B)93º73.17%32.16%-
XYZ4.436.751.83-
YUV65.29103.57116.38-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 32.03%
GREEN value IS 82 (32.42% from 255) = 53.59%
BLUE value IS 22 (8.98% from 255) = 14.38%
R=32.03%
G=53.59%
B=14.38%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal4982220.4000.730.689357.6920.39
Hex31521628049445d3a14
Octal61122265001111041357224
Binary110001101001010110101000010010011000100101110111101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #315216

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #315216; }

 p { color: rgb(49,82,22); }

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

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

 a { background-color: rgb(49,82,22); }

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

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

 span { border-color: rgb(49,82,22); }

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