#325514

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

Shades of Seaweed #325514

Tints of Seaweed #325514

Color information

#325514 (or 0x325514) is unknown color: approx Seaweed. HEX triplet: 32, 55 and 14. RGB value is (50,85,20). Sum of RGB (Red+Green+Blue) = 50+85+20=155 (20% of max value = 765). Red value is 50 (19.92% from 255 or 32.26% from 155); Green value is 85 (33.59% from 255 or 54.84% from 155); Blue value is 20 (8.20% from 255 or 12.90% from 155); Max value from RGB is 85 - color contains mainly: green. Hex color #325514 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #325514 is #CDAAEB. Grayscale: #434343. Windows color (decimal): -13478636 or 1332530. OLE color: 1332530.

HSL color Cylindrical-coordinate representation of color #325514: hue angle of 92.31º 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 #325514 is Cyan = 0.41, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.67.

Color convert

RGB508520-
CMYK0.4100.760.67
HSL92.31º61.9%20.59%-
HSV(B)92.31º76.47%33.33%-
XYZ4.697.231.81-
YUV67.12101.4115.79-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 32.26%
GREEN value IS 85 (33.59% from 255) = 54.84%
BLUE value IS 20 (8.20% from 255) = 12.90%
R=32.26%
G=54.84%
B=12.90%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5085200.4100.760.6792.3161.920.59
Hex3255142904C435c3e15
Octal62125245101141031347625
Binary110010101010110100101001010011001000011101110011111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #325514

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #325514; }

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

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

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

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

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

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

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

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