#354B20

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

Shades of Seaweed #354B20

Tints of Seaweed #354B20

Color information

#354B20 (or 0x354B20) is unknown color: approx Seaweed. HEX triplet: 35, 4B and 20. RGB value is (53,75,32). Sum of RGB (Red+Green+Blue) = 53+75+32=160 (21% of max value = 765). Red value is 53 (21.09% from 255 or 33.12% from 160); Green value is 75 (29.69% from 255 or 46.88% from 160); Blue value is 32 (12.89% from 255 or 20% from 160); Max value from RGB is 75 - color contains mainly: green. Hex color #354B20 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #354B20 is #CAB4DF. Grayscale: #3F3F3F. Windows color (decimal): -13284576 or 2116405. OLE color: 2116405.

HSL color Cylindrical-coordinate representation of color #354B20: hue angle of 90.7º degrees, saturation: 0.4, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #354B20 is Cyan = 0.29, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.71.

Color convert

RGB537532-
CMYK0.2900.570.71
HSL90.7º40.19%20.98%-
HSV(B)90.7º57.33%29.41%-
XYZ4.245.892.28-
YUV63.52110.21120.5-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 33.12%
GREEN value IS 75 (29.69% from 255) = 46.88%
BLUE value IS 32 (12.89% from 255) = 20%
R=33.12%
G=46.88%
B=20%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5375320.2900.570.7190.740.1920.98
Hex354B201D039475b2815
Octal6511340350711071335025
Binary11010110010111000001110101110011000111101101110100010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #354B20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #354B20; }

 p { color: rgb(53,75,32); }

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

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

 a { background-color: rgb(53,75,32); }

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

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

 span { border-color: rgb(53,75,32); }

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