#315613

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

Shades of Seaweed #315613

Tints of Seaweed #315613

Color information

#315613 (or 0x315613) is unknown color: approx Seaweed. HEX triplet: 31, 56 and 13. RGB value is (49,86,19). Sum of RGB (Red+Green+Blue) = 49+86+19=154 (20% of max value = 765). Red value is 49 (19.53% from 255 or 31.82% from 154); Green value is 86 (33.98% from 255 or 55.84% from 154); Blue value is 19 (7.81% from 255 or 12.34% from 154); Max value from RGB is 86 - color contains mainly: green. Hex color #315613 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #315613 is #CEA9EC. Grayscale: #434343. Windows color (decimal): -13543917 or 1267249. OLE color: 1267249.

HSL color Cylindrical-coordinate representation of color #315613: hue angle of 93.13º degrees, saturation: 0.64, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #315613 is Cyan = 0.43, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.66.

Color convert

RGB498619-
CMYK0.4300.780.66
HSL93.13º63.81%20.59%-
HSV(B)93.13º77.91%33.73%-
XYZ4.717.361.79-
YUV67.3100.74114.95-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 31.82%
GREEN value IS 86 (33.98% from 255) = 55.84%
BLUE value IS 19 (7.81% from 255) = 12.34%
R=31.82%
G=55.84%
B=12.34%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal4986190.4300.780.6693.1363.8120.59
Hex3156132B04E425d4015
Octal611262353011610213510025
Binary1100011010110100111010110100111010000101011101100000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #315613

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #315613; }

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

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

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

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

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

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

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

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