#31530F

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

Shades of Seaweed #31530F

Tints of Seaweed #31530F

Color information

#31530F (or 0x31530F) is unknown color: approx Seaweed. HEX triplet: 31, 53 and 0F. RGB value is (49,83,15). Sum of RGB (Red+Green+Blue) = 49+83+15=147 (19% of max value = 765). Red value is 49 (19.53% from 255 or 33.33% from 147); Green value is 83 (32.81% from 255 or 56.46% from 147); Blue value is 15 (6.25% from 255 or 10.20% from 147); Max value from RGB is 83 - color contains mainly: green. Hex color #31530F is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #31530F is #CEACF0. Grayscale: #414141. Windows color (decimal): -13544689 or 1004337. OLE color: 1004337.

HSL color Cylindrical-coordinate representation of color #31530F: hue angle of 90º degrees, saturation: 0.69, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #31530F is Cyan = 0.41, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.67.

Color convert

RGB498315-
CMYK0.4100.820.67
HSL90º69.39%19.22%-
HSV(B)90º81.93%32.55%-
XYZ4.456.871.54-
YUV65.0899.74116.53-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 33.33%
GREEN value IS 83 (32.81% from 255) = 56.46%
BLUE value IS 15 (6.25% from 255) = 10.20%
R=33.33%
G=56.46%
B=10.20%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4983150.4100.820.679069.3919.22
Hex3153F29052435a4513
Octal611231751012210313210523
Binary110001101001111111010010101001010000111011010100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31530F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #31530F; }

 p { color: rgb(49,83,15); }

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

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

 a { background-color: rgb(49,83,15); }

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

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

 span { border-color: rgb(49,83,15); }

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