#315016

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

Shades of Seaweed #315016

Tints of Seaweed #315016

Color information

#315016 (or 0x315016) is unknown color: approx Seaweed. HEX triplet: 31, 50 and 16. RGB value is (49,80,22). Sum of RGB (Red+Green+Blue) = 49+80+22=151 (20% of max value = 765). Red value is 49 (19.53% from 255 or 32.45% from 151); Green value is 80 (31.64% from 255 or 52.98% from 151); Blue value is 22 (8.98% from 255 or 14.57% from 151); Max value from RGB is 80 - color contains mainly: green. Hex color #315016 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #315016 is #CEAFE9. Grayscale: #404040. Windows color (decimal): -13545450 or 1462321. OLE color: 1462321.

HSL color Cylindrical-coordinate representation of color #315016: hue angle of 92.07º degrees, saturation: 0.57, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #315016 is Cyan = 0.39, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.69.

Color convert

RGB498022-
CMYK0.3900.720.69
HSL92.07º56.86%20%-
HSV(B)92.07º72.5%31.37%-
XYZ4.286.451.78-
YUV64.12104.23117.22-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 32.45%
GREEN value IS 80 (31.64% from 255) = 52.98%
BLUE value IS 22 (8.98% from 255) = 14.57%
R=32.45%
G=52.98%
B=14.57%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal4980220.3900.720.6992.0756.8620
Hex31501627048455c3914
Octal61120264701101051347124
Binary110001101000010110100111010010001000101101110011100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #315016

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #315016; }

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

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

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

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

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

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

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

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