#354a1f

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

Shades of Seaweed #354A1F

Tints of Seaweed #354A1F

Color information

#354A1F (or 0x354A1F) is unknown color: approx Seaweed. HEX triplet: 35, 4A and 1F. RGB value is (53,74,31). Sum of RGB (Red+Green+Blue) = 53+74+31=158 (20% of max value = 765). Red value is 53 (21.09% from 255 or 33.54% from 158); Green value is 74 (29.30% from 255 or 46.84% from 158); Blue value is 31 (12.5% from 255 or 19.62% from 158); Max value from RGB is 74 - color contains mainly: green. Hex color #354A1F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #354A1F is #CAB5E0. Grayscale: #3E3E3E. Windows color (decimal): -13284833 or 2050613. OLE color: 2050613.

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

Color convert

RGB537431-
CMYK0.2800.580.71
HSL89.3º40.95%20.59%-
HSV(B)89.3º58.11%29.02%-
XYZ4.165.752.19-
YUV62.82110.04121-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 33.54%
GREEN value IS 74 (29.30% from 255) = 46.84%
BLUE value IS 31 (12.5% from 255) = 19.62%
R=33.54%
G=46.84%
B=19.62%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5374310.2800.580.7189.340.9520.59
Hex354A1F1C03A47592915
Octal6511237340721071315125
Binary1101011001010111111110001110101000111101100110100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #354a1f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,74,31); }

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

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

 a { background-color: rgb(53,74,31); }

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

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

 span { border-color: rgb(53,74,31); }

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