#325515

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

Shades of Seaweed #325515

Tints of Seaweed #325515

Color information

#325515 (or 0x325515) is unknown color: approx Seaweed. HEX triplet: 32, 55 and 15. RGB value is (50,85,21). Sum of RGB (Red+Green+Blue) = 50+85+21=156 (20% of max value = 765). Red value is 50 (19.92% from 255 or 32.05% from 156); Green value is 85 (33.59% from 255 or 54.49% from 156); Blue value is 21 (8.59% from 255 or 13.46% from 156); Max value from RGB is 85 - color contains mainly: green. Hex color #325515 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #325515 is #CDAAEA. Grayscale: #434343. Windows color (decimal): -13478635 or 1398066. OLE color: 1398066.

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

Color convert

RGB508521-
CMYK0.4100.750.67
HSL92.81º60.38%20.78%-
HSV(B)92.81º75.29%33.33%-
XYZ4.77.231.86-
YUV67.24101.9115.7-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 32.05%
GREEN value IS 85 (33.59% from 255) = 54.49%
BLUE value IS 21 (8.59% from 255) = 13.46%
R=32.05%
G=54.49%
B=13.46%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5085210.4100.750.6792.8160.3820.78
Hex3255152904B435d3c15
Octal62125255101131031357425
Binary110010101010110101101001010010111000011101110111110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #325515

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #325515; }

 p { color: rgb(50,85,21); }

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

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

 a { background-color: rgb(50,85,21); }

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

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

 span { border-color: rgb(50,85,21); }

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