#315013

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

Shades of Seaweed #315013

Tints of Seaweed #315013

Color information

#315013 (or 0x315013) is unknown color: approx Seaweed. HEX triplet: 31, 50 and 13. RGB value is (49,80,19). Sum of RGB (Red+Green+Blue) = 49+80+19=148 (19% of max value = 765). Red value is 49 (19.53% from 255 or 33.11% from 148); Green value is 80 (31.64% from 255 or 54.05% from 148); Blue value is 19 (7.81% from 255 or 12.84% from 148); Max value from RGB is 80 - color contains mainly: green. Hex color #315013 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #315013 is #CEAFEC. Grayscale: #3F3F3F. Windows color (decimal): -13545453 or 1265713. OLE color: 1265713.

HSL color Cylindrical-coordinate representation of color #315013: hue angle of 90.49º degrees, saturation: 0.62, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #315013 is Cyan = 0.39, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.69.

Color convert

RGB498019-
CMYK0.3900.760.69
HSL90.49º61.62%19.41%-
HSV(B)90.49º76.25%31.37%-
XYZ4.256.441.63-
YUV63.78102.73117.46-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 33.11%
GREEN value IS 80 (31.64% from 255) = 54.05%
BLUE value IS 19 (7.81% from 255) = 12.84%
R=33.11%
G=54.05%
B=12.84%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal4980190.3900.760.6990.4961.6219.41
Hex3150132704C455a3e13
Octal61120234701141051327623
Binary110001101000010011100111010011001000101101101011111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #315013

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #315013; }

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

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

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

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

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

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

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

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