#315012

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

Shades of Seaweed #315012

Tints of Seaweed #315012

Color information

#315012 (or 0x315012) is unknown color: approx Seaweed. HEX triplet: 31, 50 and 12. RGB value is (49,80,18). Sum of RGB (Red+Green+Blue) = 49+80+18=147 (19% of max value = 765). Red value is 49 (19.53% from 255 or 33.33% from 147); Green value is 80 (31.64% from 255 or 54.42% from 147); Blue value is 18 (7.42% from 255 or 12.24% from 147); Max value from RGB is 80 - color contains mainly: green. Hex color #315012 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #315012 is #CEAFED. Grayscale: #3F3F3F. Windows color (decimal): -13545454 or 1200177. OLE color: 1200177.

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

Color convert

RGB498018-
CMYK0.3900.780.69
HSL90º63.27%19.22%-
HSV(B)90º77.5%31.37%-
XYZ4.246.431.59-
YUV63.66102.23117.54-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 33.33%
GREEN value IS 80 (31.64% from 255) = 54.42%
BLUE value IS 18 (7.42% from 255) = 12.24%
R=33.33%
G=54.42%
B=12.24%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal4980180.3900.780.699063.2719.22
Hex3150122704E455a3f13
Octal61120224701161051327723
Binary110001101000010010100111010011101000101101101011111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #315012

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #315012; }

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

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

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

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

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

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

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

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