#354920

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

Shades of Seaweed #354920

Tints of Seaweed #354920

Color information

#354920 (or 0x354920) is unknown color: approx Seaweed. HEX triplet: 35, 49 and 20. RGB value is (53,73,32). Sum of RGB (Red+Green+Blue) = 53+73+32=158 (20% of max value = 765). Red value is 53 (21.09% from 255 or 33.54% from 158); Green value is 73 (28.91% from 255 or 46.20% from 158); Blue value is 32 (12.89% from 255 or 20.25% from 158); Max value from RGB is 73 - color contains mainly: green. Hex color #354920 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #354920 is #CAB6DF. Grayscale: #3E3E3E. Windows color (decimal): -13285088 or 2115893. OLE color: 2115893.

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

Color convert

RGB537332-
CMYK0.2700.560.71
HSL89.27º39.05%20.59%-
HSV(B)89.27º56.16%28.63%-
XYZ4.115.632.24-
YUV62.35110.87121.33-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 33.54%
GREEN value IS 73 (28.91% from 255) = 46.20%
BLUE value IS 32 (12.89% from 255) = 20.25%
R=33.54%
G=46.20%
B=20.25%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5373320.2700.560.7189.2739.0520.59
Hex3549201B03847592715
Octal6511140330701071314725
Binary11010110010011000001101101110001000111101100110011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #354920

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #354920; }

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

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

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

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

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

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

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

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