#354924

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

Shades of Seaweed #354924

Tints of Seaweed #354924

Color information

#354924 (or 0x354924) is unknown color: approx Seaweed. HEX triplet: 35, 49 and 24. RGB value is (53,73,36). Sum of RGB (Red+Green+Blue) = 53+73+36=162 (21% of max value = 765). Red value is 53 (21.09% from 255 or 32.72% from 162); Green value is 73 (28.91% from 255 or 45.06% from 162); Blue value is 36 (14.45% from 255 or 22.22% from 162); Max value from RGB is 73 - color contains mainly: green. Hex color #354924 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #354924 is #CAB6DB. Grayscale: #3E3E3E. Windows color (decimal): -13285084 or 2378037. OLE color: 2378037.

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

Color convert

RGB537336-
CMYK0.2700.510.71
HSL92.43º33.94%21.37%-
HSV(B)92.43º50.68%28.63%-
XYZ4.175.652.54-
YUV62.8112.87121.01-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 32.72%
GREEN value IS 73 (28.91% from 255) = 45.06%
BLUE value IS 36 (14.45% from 255) = 22.22%
R=32.72%
G=45.06%
B=22.22%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5373360.2700.510.7192.4333.9421.37
Hex3549241B033475c2215
Octal6511144330631071344225
Binary11010110010011001001101101100111000111101110010001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #354924

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #354924; }

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

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

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

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

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

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

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

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