#315514

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

Shades of Seaweed #315514

Tints of Seaweed #315514

Color information

#315514 (or 0x315514) is unknown color: approx Seaweed. HEX triplet: 31, 55 and 14. RGB value is (49,85,20). Sum of RGB (Red+Green+Blue) = 49+85+20=154 (20% of max value = 765). Red value is 49 (19.53% from 255 or 31.82% from 154); Green value is 85 (33.59% from 255 or 55.19% from 154); Blue value is 20 (8.20% from 255 or 12.99% from 154); Max value from RGB is 85 - color contains mainly: green. Hex color #315514 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #315514 is #CEAAEB. Grayscale: #434343. Windows color (decimal): -13544172 or 1332529. OLE color: 1332529.

HSL color Cylindrical-coordinate representation of color #315514: hue angle of 93.23º degrees, saturation: 0.62, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #315514 is Cyan = 0.42, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.67.

Color convert

RGB498520-
CMYK0.4200.760.67
HSL93.23º61.9%20.59%-
HSV(B)93.23º76.47%33.33%-
XYZ4.647.21.81-
YUV66.83101.57115.29-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 31.82%
GREEN value IS 85 (33.59% from 255) = 55.19%
BLUE value IS 20 (8.20% from 255) = 12.99%
R=31.82%
G=55.19%
B=12.99%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4985200.4200.760.6793.2361.920.59
Hex3155142A04C435d3e15
Octal61125245201141031357625
Binary110001101010110100101010010011001000011101110111111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #315514

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #315514; }

 p { color: rgb(49,85,20); }

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

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

 a { background-color: rgb(49,85,20); }

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

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

 span { border-color: rgb(49,85,20); }

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