#354D19

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

Shades of Seaweed #354D19

Tints of Seaweed #354D19

Color information

#354D19 (or 0x354D19) is unknown color: approx Seaweed. HEX triplet: 35, 4D and 19. RGB value is (53,77,25). Sum of RGB (Red+Green+Blue) = 53+77+25=155 (20% of max value = 765). Red value is 53 (21.09% from 255 or 34.19% from 155); Green value is 77 (30.47% from 255 or 49.68% from 155); Blue value is 25 (10.16% from 255 or 16.13% from 155); Max value from RGB is 77 - color contains mainly: green. Hex color #354D19 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #354D19 is #CAB2E6. Grayscale: #404040. Windows color (decimal): -13284071 or 1658165. OLE color: 1658165.

HSL color Cylindrical-coordinate representation of color #354D19: hue angle of 87.69º degrees, saturation: 0.51, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #354D19 is Cyan = 0.31, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.70.

Color convert

RGB537725-
CMYK0.3100.680.70
HSL87.69º50.98%20%-
HSV(B)87.69º67.53%30.2%-
XYZ4.36.131.88-
YUV63.9106.05120.23-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 34.19%
GREEN value IS 77 (30.47% from 255) = 49.68%
BLUE value IS 25 (10.16% from 255) = 16.13%
R=34.19%
G=49.68%
B=16.13%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal5377250.3100.680.7087.6950.9820
Hex354D191F04446583314
Octal65115313701041061306324
Binary11010110011011100111111010001001000110101100011001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #354D19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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