#325614

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

Shades of Seaweed #325614

Tints of Seaweed #325614

Color information

#325614 (or 0x325614) is unknown color: approx Seaweed. HEX triplet: 32, 56 and 14. RGB value is (50,86,20). Sum of RGB (Red+Green+Blue) = 50+86+20=156 (20% of max value = 765). Red value is 50 (19.92% from 255 or 32.05% from 156); Green value is 86 (33.98% from 255 or 55.13% from 156); Blue value is 20 (8.20% from 255 or 12.82% from 156); Max value from RGB is 86 - color contains mainly: green. Hex color #325614 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #325614 is #CDA9EB. Grayscale: #434343. Windows color (decimal): -13478380 or 1332786. OLE color: 1332786.

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

Color convert

RGB508620-
CMYK0.4200.770.66
HSL92.73º62.26%20.78%-
HSV(B)92.73º76.74%33.73%-
XYZ4.777.381.84-
YUV67.71101.07115.37-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 32.05%
GREEN value IS 86 (33.98% from 255) = 55.13%
BLUE value IS 20 (8.20% from 255) = 12.82%
R=32.05%
G=55.13%
B=12.82%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal5086200.4200.770.6692.7362.2620.78
Hex3256142A04D425d3e15
Octal62126245201151021357625
Binary110010101011010100101010010011011000010101110111111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #325614

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #325614; }

 p { color: rgb(50,86,20); }

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

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

 a { background-color: rgb(50,86,20); }

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

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

 span { border-color: rgb(50,86,20); }

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