#354C22

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

Shades of Seaweed #354C22

Tints of Seaweed #354C22

Color information

#354C22 (or 0x354C22) is unknown color: approx Seaweed. HEX triplet: 35, 4C and 22. RGB value is (53,76,34). Sum of RGB (Red+Green+Blue) = 53+76+34=163 (21% of max value = 765). Red value is 53 (21.09% from 255 or 32.52% from 163); Green value is 76 (30.08% from 255 or 46.63% from 163); Blue value is 34 (13.67% from 255 or 20.86% from 163); Max value from RGB is 76 - color contains mainly: green. Hex color #354C22 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #354C22 is #CAB3DD. Grayscale: #404040. Windows color (decimal): -13284318 or 2247733. OLE color: 2247733.

HSL color Cylindrical-coordinate representation of color #354C22: hue angle of 92.86º degrees, saturation: 0.38, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #354C22 is Cyan = 0.30, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.70.

Color convert

RGB537634-
CMYK0.3000.550.70
HSL92.86º38.18%21.57%-
HSV(B)92.86º55.26%29.8%-
XYZ4.346.042.45-
YUV64.33110.88119.92-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 32.52%
GREEN value IS 76 (30.08% from 255) = 46.63%
BLUE value IS 34 (13.67% from 255) = 20.86%
R=32.52%
G=46.63%
B=20.86%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal5376340.3000.550.7092.8638.1821.57
Hex354C221E037465d2616
Octal6511442360671061354626
Binary11010110011001000101111001101111000110101110110011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #354C22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,76,34); }

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

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

 a { background-color: rgb(53,76,34); }

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

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

 span { border-color: rgb(53,76,34); }

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