#354821

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

Shades of Seaweed #354821

Tints of Seaweed #354821

Color information

#354821 (or 0x354821) is unknown color: approx Seaweed. HEX triplet: 35, 48 and 21. RGB value is (53,72,33). Sum of RGB (Red+Green+Blue) = 53+72+33=158 (20% of max value = 765). Red value is 53 (21.09% from 255 or 33.54% from 158); Green value is 72 (28.52% from 255 or 45.57% from 158); Blue value is 33 (13.28% from 255 or 20.89% from 158); Max value from RGB is 72 - color contains mainly: green. Hex color #354821 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #354821 is #CAB7DE. Grayscale: #3E3E3E. Windows color (decimal): -13285343 or 2181173. OLE color: 2181173.

HSL color Cylindrical-coordinate representation of color #354821: hue angle of 89.23º degrees, saturation: 0.37, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #354821 is Cyan = 0.26, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.72.

Color convert

RGB537233-
CMYK0.2600.540.72
HSL89.23º37.14%20.59%-
HSV(B)89.23º54.17%28.24%-
XYZ4.065.52.29-
YUV61.87111.71121.67-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 33.54%
GREEN value IS 72 (28.52% from 255) = 45.57%
BLUE value IS 33 (13.28% from 255) = 20.89%
R=33.54%
G=45.57%
B=20.89%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal5372330.2600.540.7289.2337.1420.59
Hex3548211A03648592515
Octal6511041320661101314525
Binary11010110010001000011101001101101001000101100110010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #354821

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #354821; }

 p { color: rgb(53,72,33); }

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

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

 a { background-color: rgb(53,72,33); }

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

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

 span { border-color: rgb(53,72,33); }

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