#354F1A

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

Shades of Seaweed #354F1A

Tints of Seaweed #354F1A

Color information

#354F1A (or 0x354F1A) is unknown color: approx Seaweed. HEX triplet: 35, 4F and 1A. RGB value is (53,79,26). Sum of RGB (Red+Green+Blue) = 53+79+26=158 (20% of max value = 765). Red value is 53 (21.09% from 255 or 33.54% from 158); Green value is 79 (31.25% from 255 or 50% from 158); Blue value is 26 (10.55% from 255 or 16.46% from 158); Max value from RGB is 79 - color contains mainly: green. Hex color #354F1A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #354F1A is #CAB0E5. Grayscale: #414141. Windows color (decimal): -13283558 or 1724213. OLE color: 1724213.

HSL color Cylindrical-coordinate representation of color #354F1A: hue angle of 89.43º degrees, saturation: 0.5, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #354F1A is Cyan = 0.33, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.69.

Color convert

RGB537926-
CMYK0.3300.670.69
HSL89.43º50.48%20.59%-
HSV(B)89.43º67.09%30.98%-
XYZ4.456.421.98-
YUV65.18105.89119.31-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 33.54%
GREEN value IS 79 (31.25% from 255) = 50%
BLUE value IS 26 (10.55% from 255) = 16.46%
R=33.54%
G=50%
B=16.46%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5379260.3300.670.6989.4350.4820.59
Hex354F1A2104345593215
Octal65117324101031051316225
Binary110101100111111010100001010000111000101101100111001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #354F1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,79,26); }

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

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

 a { background-color: rgb(53,79,26); }

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

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

 span { border-color: rgb(53,79,26); }

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