#325416

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

Shades of Seaweed #325416

Tints of Seaweed #325416

Color information

#325416 (or 0x325416) is unknown color: approx Seaweed. HEX triplet: 32, 54 and 16. RGB value is (50,84,22). Sum of RGB (Red+Green+Blue) = 50+84+22=156 (20% of max value = 765). Red value is 50 (19.92% from 255 or 32.05% from 156); Green value is 84 (33.20% from 255 or 53.85% from 156); Blue value is 22 (8.98% from 255 or 14.10% from 156); Max value from RGB is 84 - color contains mainly: green. Hex color #325416 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #325416 is #CDABE9. Grayscale: #424242. Windows color (decimal): -13478890 or 1463346. OLE color: 1463346.

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

Color convert

RGB508422-
CMYK0.4000.740.67
HSL92.9º58.49%20.78%-
HSV(B)92.9º73.81%32.94%-
XYZ4.637.081.88-
YUV66.77102.74116.04-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 32.05%
GREEN value IS 84 (33.20% from 255) = 53.85%
BLUE value IS 22 (8.98% from 255) = 14.10%
R=32.05%
G=53.85%
B=14.10%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5084220.4000.740.6792.958.4920.78
Hex3254162804A435d3a15
Octal62124265001121031357225
Binary110010101010010110101000010010101000011101110111101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #325416

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #325416; }

 p { color: rgb(50,84,22); }

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

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

 a { background-color: rgb(50,84,22); }

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

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

 span { border-color: rgb(50,84,22); }

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