#354B1E

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

Shades of Seaweed #354B1E

Tints of Seaweed #354B1E

Color information

#354B1E (or 0x354B1E) is unknown color: approx Seaweed. HEX triplet: 35, 4B and 1E. RGB value is (53,75,30). Sum of RGB (Red+Green+Blue) = 53+75+30=158 (20% of max value = 765). Red value is 53 (21.09% from 255 or 33.54% from 158); Green value is 75 (29.69% from 255 or 47.47% from 158); Blue value is 30 (12.11% from 255 or 18.99% from 158); Max value from RGB is 75 - color contains mainly: green. Hex color #354B1E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #354B1E is #CAB4E1. Grayscale: #3F3F3F. Windows color (decimal): -13284578 or 1985333. OLE color: 1985333.

HSL color Cylindrical-coordinate representation of color #354B1E: hue angle of 89.33º degrees, saturation: 0.43, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #354B1E is Cyan = 0.29, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.71.

Color convert

RGB537530-
CMYK0.2900.600.71
HSL89.33º42.86%20.59%-
HSV(B)89.33º60%29.41%-
XYZ4.225.882.14-
YUV63.29109.21120.66-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 33.54%
GREEN value IS 75 (29.69% from 255) = 47.47%
BLUE value IS 30 (12.11% from 255) = 18.99%
R=33.54%
G=47.47%
B=18.99%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5375300.2900.600.7189.3342.8620.59
Hex354B1E1D03C47592b15
Octal6511336350741071315325
Binary1101011001011111101110101111001000111101100110101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #354B1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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