#354B19

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

Shades of Seaweed #354B19

Tints of Seaweed #354B19

Color information

#354B19 (or 0x354B19) is unknown color: approx Seaweed. HEX triplet: 35, 4B and 19. RGB value is (53,75,25). Sum of RGB (Red+Green+Blue) = 53+75+25=153 (20% of max value = 765). Red value is 53 (21.09% from 255 or 34.64% from 153); Green value is 75 (29.69% from 255 or 49.02% from 153); Blue value is 25 (10.16% from 255 or 16.34% from 153); Max value from RGB is 75 - color contains mainly: green. Hex color #354B19 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #354B19 is #CAB4E6. Grayscale: #3E3E3E. Windows color (decimal): -13284583 or 1657653. OLE color: 1657653.

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

Color convert

RGB537525-
CMYK0.2900.670.71
HSL86.4º50%19.61%-
HSV(B)86.4º66.67%29.41%-
XYZ4.165.861.83-
YUV62.72106.71121.07-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 34.64%
GREEN value IS 75 (29.69% from 255) = 49.02%
BLUE value IS 25 (10.16% from 255) = 16.34%
R=34.64%
G=49.02%
B=16.34%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5375250.2900.670.7186.45019.61
Hex354B191D04347563214
Octal65113313501031071266224
Binary11010110010111100111101010000111000111101011011001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #354B19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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