#315413

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

Shades of Seaweed #315413

Tints of Seaweed #315413

Color information

#315413 (or 0x315413) is unknown color: approx Seaweed. HEX triplet: 31, 54 and 13. RGB value is (49,84,19). Sum of RGB (Red+Green+Blue) = 49+84+19=152 (20% of max value = 765). Red value is 49 (19.53% from 255 or 32.24% from 152); Green value is 84 (33.20% from 255 or 55.26% from 152); Blue value is 19 (7.81% from 255 or 12.5% from 152); Max value from RGB is 84 - color contains mainly: green. Hex color #315413 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #315413 is #CEABEC. Grayscale: #424242. Windows color (decimal): -13544429 or 1266737. OLE color: 1266737.

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

Color convert

RGB498419-
CMYK0.4200.770.67
HSL92.31º63.11%20.2%-
HSV(B)92.31º77.38%32.94%-
XYZ4.557.041.74-
YUV66.12101.4115.79-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 32.24%
GREEN value IS 84 (33.20% from 255) = 55.26%
BLUE value IS 19 (7.81% from 255) = 12.5%
R=32.24%
G=55.26%
B=12.5%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4984190.4200.770.6792.3163.1120.2
Hex3154132A04D435c3f14
Octal61124235201151031347724
Binary110001101010010011101010010011011000011101110011111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #315413

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #315413; }

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

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

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

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

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

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

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

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