#31560D

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

Shades of Seaweed #31560D

Tints of Seaweed #31560D

Color information

#31560D (or 0x31560D) is unknown color: approx Seaweed. HEX triplet: 31, 56 and 0D. RGB value is (49,86,13). Sum of RGB (Red+Green+Blue) = 49+86+13=148 (19% of max value = 765). Red value is 49 (19.53% from 255 or 33.11% from 148); Green value is 86 (33.98% from 255 or 58.11% from 148); Blue value is 13 (5.47% from 255 or 8.78% from 148); Max value from RGB is 86 - color contains mainly: green. Hex color #31560D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #31560D is #CEA9F2. Grayscale: #424242. Windows color (decimal): -13543923 or 874033. OLE color: 874033.

HSL color Cylindrical-coordinate representation of color #31560D: hue angle of 90.41º degrees, saturation: 0.74, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #31560D is Cyan = 0.43, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.66.

Color convert

RGB498613-
CMYK0.4300.850.66
HSL90.41º73.74%19.41%-
HSV(B)90.41º84.88%33.73%-
XYZ4.677.341.55-
YUV66.6197.74115.44-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 33.11%
GREEN value IS 86 (33.98% from 255) = 58.11%
BLUE value IS 13 (5.47% from 255) = 8.78%
R=33.11%
G=58.11%
B=8.78%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal4986130.4300.850.6690.4173.7419.41
Hex3156D2B055425a4a13
Octal611261553012510213211223
Binary110001101011011011010110101010110000101011010100101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31560D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #31560D; }

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

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

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

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

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

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

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

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