#354F20

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

Shades of Seaweed #354F20

Tints of Seaweed #354F20

Color information

#354F20 (or 0x354F20) is unknown color: approx Seaweed. HEX triplet: 35, 4F and 20. RGB value is (53,79,32). Sum of RGB (Red+Green+Blue) = 53+79+32=164 (21% of max value = 765). Red value is 53 (21.09% from 255 or 32.32% from 164); Green value is 79 (31.25% from 255 or 48.17% from 164); Blue value is 32 (12.89% from 255 or 19.51% from 164); Max value from RGB is 79 - color contains mainly: green. Hex color #354F20 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #354F20 is #CAB0DF. Grayscale: #424242. Windows color (decimal): -13283552 or 2117429. OLE color: 2117429.

HSL color Cylindrical-coordinate representation of color #354F20: hue angle of 93.19º degrees, saturation: 0.42, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #354F20 is Cyan = 0.33, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.69.

Color convert

RGB537932-
CMYK0.3300.590.69
HSL93.19º42.34%21.76%-
HSV(B)93.19º59.49%30.98%-
XYZ4.526.452.37-
YUV65.87108.89118.82-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 32.32%
GREEN value IS 79 (31.25% from 255) = 48.17%
BLUE value IS 32 (12.89% from 255) = 19.51%
R=32.32%
G=48.17%
B=19.51%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5379320.3300.590.6993.1942.3421.76
Hex354F202103B455d2a16
Octal6511740410731051355226
Binary110101100111110000010000101110111000101101110110101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #354F20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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