#315311

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

Shades of Seaweed #315311

Tints of Seaweed #315311

Color information

#315311 (or 0x315311) is unknown color: approx Seaweed. HEX triplet: 31, 53 and 11. RGB value is (49,83,17). Sum of RGB (Red+Green+Blue) = 49+83+17=149 (19% of max value = 765). Red value is 49 (19.53% from 255 or 32.89% from 149); Green value is 83 (32.81% from 255 or 55.70% from 149); Blue value is 17 (7.03% from 255 or 11.41% from 149); Max value from RGB is 83 - color contains mainly: green. Hex color #315311 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #315311 is #CEACEE. Grayscale: #414141. Windows color (decimal): -13544687 or 1135409. OLE color: 1135409.

HSL color Cylindrical-coordinate representation of color #315311: hue angle of 90.91º degrees, saturation: 0.66, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #315311 is Cyan = 0.41, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.67.

Color convert

RGB498317-
CMYK0.4100.800.67
HSL90.91º66%19.61%-
HSV(B)90.91º79.52%32.55%-
XYZ4.466.881.62-
YUV65.31100.74116.37-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 32.89%
GREEN value IS 83 (32.81% from 255) = 55.70%
BLUE value IS 17 (7.03% from 255) = 11.41%
R=32.89%
G=55.70%
B=11.41%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4983170.4100.800.6790.916619.61
Hex31531129050435b4214
Octal611232151012010313310224
Binary1100011010011100011010010101000010000111011011100001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #315311

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #315311; }

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

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

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

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

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

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

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

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