#323A28

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

Shades of Seaweed #323A28

Tints of Seaweed #323A28

Color information

#323A28 (or 0x323A28) is unknown color: approx Seaweed. HEX triplet: 32, 3A and 28. RGB value is (50,58,40). Sum of RGB (Red+Green+Blue) = 50+58+40=148 (19% of max value = 765). Red value is 50 (19.92% from 255 or 33.78% from 148); Green value is 58 (23.05% from 255 or 39.19% from 148); Blue value is 40 (16.02% from 255 or 27.03% from 148); Max value from RGB is 58 - color contains mainly: green. Hex color #323A28 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #323A28 is #CDC5D7. Grayscale: #353535. Windows color (decimal): -13485528 or 2636338. OLE color: 2636338.

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

Color convert

RGB505840-
CMYK0.1400.310.77
HSL86.67º18.37%19.22%-
HSV(B)86.67º31.03%22.75%-
XYZ3.213.862.58-
YUV53.56120.35125.46-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 33.78%
GREEN value IS 58 (23.05% from 255) = 39.19%
BLUE value IS 40 (16.02% from 255) = 27.03%
R=33.78%
G=39.19%
B=27.03%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal5058400.1400.310.7786.6718.3719.22
Hex323A28E01F4D571213
Octal627250160371151272223
Binary1100101110101010001110011111100110110101111001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #323A28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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