#354F15

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

Shades of Seaweed #354F15

Tints of Seaweed #354F15

Color information

#354F15 (or 0x354F15) is unknown color: approx Seaweed. HEX triplet: 35, 4F and 15. RGB value is (53,79,21). Sum of RGB (Red+Green+Blue) = 53+79+21=153 (20% of max value = 765). Red value is 53 (21.09% from 255 or 34.64% from 153); Green value is 79 (31.25% from 255 or 51.63% from 153); Blue value is 21 (8.59% from 255 or 13.73% from 153); Max value from RGB is 79 - color contains mainly: green. Hex color #354F15 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #354F15 is #CAB0EA. Grayscale: #404040. Windows color (decimal): -13283563 or 1396533. OLE color: 1396533.

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

Color convert

RGB537921-
CMYK0.3300.730.69
HSL86.9º58%19.61%-
HSV(B)86.9º73.42%30.98%-
XYZ4.46.41.71-
YUV64.61103.39119.72-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 34.64%
GREEN value IS 79 (31.25% from 255) = 51.63%
BLUE value IS 21 (8.59% from 255) = 13.73%
R=34.64%
G=51.63%
B=13.73%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5379210.3300.730.6986.95819.61
Hex354F152104945573a14
Octal65117254101111051277224
Binary110101100111110101100001010010011000101101011111101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #354F15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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