#354D1E

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

Shades of Seaweed #354D1E

Tints of Seaweed #354D1E

Color information

#354D1E (or 0x354D1E) is unknown color: approx Seaweed. HEX triplet: 35, 4D and 1E. RGB value is (53,77,30). Sum of RGB (Red+Green+Blue) = 53+77+30=160 (21% of max value = 765). Red value is 53 (21.09% from 255 or 33.12% from 160); Green value is 77 (30.47% from 255 or 48.12% from 160); Blue value is 30 (12.11% from 255 or 18.75% from 160); Max value from RGB is 77 - color contains mainly: green. Hex color #354D1E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #354D1E is #CAB2E1. Grayscale: #404040. Windows color (decimal): -13284066 or 1985845. OLE color: 1985845.

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

Color convert

RGB537730-
CMYK0.3100.610.70
HSL90.64º43.93%20.98%-
HSV(B)90.64º61.04%30.2%-
XYZ4.366.162.19-
YUV64.47108.55119.82-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 33.12%
GREEN value IS 77 (30.47% from 255) = 48.12%
BLUE value IS 30 (12.11% from 255) = 18.75%
R=33.12%
G=48.12%
B=18.75%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal5377300.3100.610.7090.6443.9320.98
Hex354D1E1F03D465b2c15
Octal6511536370751061335425
Binary1101011001101111101111101111011000110101101110110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #354D1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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