#323A25

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

Shades of Seaweed #323A25

Tints of Seaweed #323A25

Color information

#323A25 (or 0x323A25) is unknown color: approx Seaweed. HEX triplet: 32, 3A and 25. RGB value is (50,58,37). Sum of RGB (Red+Green+Blue) = 50+58+37=145 (19% of max value = 765). Red value is 50 (19.92% from 255 or 34.48% from 145); Green value is 58 (23.05% from 255 or 40% from 145); Blue value is 37 (14.84% from 255 or 25.52% from 145); Max value from RGB is 58 - color contains mainly: green. Hex color #323A25 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #323A25 is #CDC5DA. Grayscale: #353535. Windows color (decimal): -13485531 or 2439730. OLE color: 2439730.

HSL color Cylindrical-coordinate representation of color #323A25: hue angle of 82.86º degrees, saturation: 0.22, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #323A25 is Cyan = 0.14, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.77.

Color convert

RGB505837-
CMYK0.1400.360.77
HSL82.86º22.11%18.63%-
HSV(B)82.86º36.21%22.75%-
XYZ3.163.842.32-
YUV53.21118.85125.71-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 34.48%
GREEN value IS 58 (23.05% from 255) = 40%
BLUE value IS 37 (14.84% from 255) = 25.52%
R=34.48%
G=40%
B=25.52%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal5058370.1400.360.7782.8622.1118.63
Hex323A25E0244D531613
Octal627245160441151232623
Binary11001011101010010111100100100100110110100111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #323A25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #323A25; }

 p { color: rgb(50,58,37); }

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

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

 a { background-color: rgb(50,58,37); }

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

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

 span { border-color: rgb(50,58,37); }

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