#315515

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

Shades of Seaweed #315515

Tints of Seaweed #315515

Color information

#315515 (or 0x315515) is unknown color: approx Seaweed. HEX triplet: 31, 55 and 15. RGB value is (49,85,21). Sum of RGB (Red+Green+Blue) = 49+85+21=155 (20% of max value = 765). Red value is 49 (19.53% from 255 or 31.61% from 155); Green value is 85 (33.59% from 255 or 54.84% from 155); Blue value is 21 (8.59% from 255 or 13.55% from 155); Max value from RGB is 85 - color contains mainly: green. Hex color #315515 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #315515 is #CEAAEA. Grayscale: #434343. Windows color (decimal): -13544171 or 1398065. OLE color: 1398065.

HSL color Cylindrical-coordinate representation of color #315515: hue angle of 93.75º degrees, saturation: 0.6, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #315515 is Cyan = 0.42, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.67.

Color convert

RGB498521-
CMYK0.4200.750.67
HSL93.75º60.38%20.78%-
HSV(B)93.75º75.29%33.33%-
XYZ4.657.21.85-
YUV66.94102.07115.2-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 31.61%
GREEN value IS 85 (33.59% from 255) = 54.84%
BLUE value IS 21 (8.59% from 255) = 13.55%
R=31.61%
G=54.84%
B=13.55%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4985210.4200.750.6793.7560.3820.78
Hex3155152A04B435e3c15
Octal61125255201131031367425
Binary110001101010110101101010010010111000011101111011110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #315515

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #315515; }

 p { color: rgb(49,85,21); }

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

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

 a { background-color: rgb(49,85,21); }

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

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

 span { border-color: rgb(49,85,21); }

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