#325813

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

Shades of Seaweed #325813

Tints of Seaweed #325813

Color information

#325813 (or 0x325813) is unknown color: approx Seaweed. HEX triplet: 32, 58 and 13. RGB value is (50,88,19). Sum of RGB (Red+Green+Blue) = 50+88+19=157 (20% of max value = 765). Red value is 50 (19.92% from 255 or 31.85% from 157); Green value is 88 (34.77% from 255 or 56.05% from 157); Blue value is 19 (7.81% from 255 or 12.10% from 157); Max value from RGB is 88 - color contains mainly: green. Hex color #325813 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #325813 is #CDA7EC. Grayscale: #454545. Windows color (decimal): -13477869 or 1267762. OLE color: 1267762.

HSL color Cylindrical-coordinate representation of color #325813: hue angle of 93.04º degrees, saturation: 0.64, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #325813 is Cyan = 0.43, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.65.

Color convert

RGB508819-
CMYK0.4300.780.65
HSL93.04º64.49%20.98%-
HSV(B)93.04º78.41%34.51%-
XYZ4.927.71.84-
YUV68.7799.91114.61-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 31.85%
GREEN value IS 88 (34.77% from 255) = 56.05%
BLUE value IS 19 (7.81% from 255) = 12.10%
R=31.85%
G=56.05%
B=12.10%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5088190.4300.780.6593.0464.4920.98
Hex3258132B04E415d4015
Octal621302353011610113510025
Binary1100101011000100111010110100111010000011011101100000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #325813

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #325813; }

 p { color: rgb(50,88,19); }

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

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

 a { background-color: rgb(50,88,19); }

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

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

 span { border-color: rgb(50,88,19); }

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