#354124

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

Shades of Seaweed #354124

Tints of Seaweed #354124

Color information

#354124 (or 0x354124) is unknown color: approx Seaweed. HEX triplet: 35, 41 and 24. RGB value is (53,65,36). Sum of RGB (Red+Green+Blue) = 53+65+36=154 (20% of max value = 765). Red value is 53 (21.09% from 255 or 34.42% from 154); Green value is 65 (25.78% from 255 or 42.21% from 154); Blue value is 36 (14.45% from 255 or 23.38% from 154); Max value from RGB is 65 - color contains mainly: green. Hex color #354124 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #354124 is #CABEDB. Grayscale: #3A3A3A. Windows color (decimal): -13287132 or 2375989. OLE color: 2375989.

HSL color Cylindrical-coordinate representation of color #354124: hue angle of 84.83º degrees, saturation: 0.29, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #354124 is Cyan = 0.18, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.75.

Color convert

RGB536536-
CMYK0.1800.450.75
HSL84.83º28.71%19.8%-
HSV(B)84.83º44.62%25.49%-
XYZ3.684.662.38-
YUV58.11115.52124.36-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 34.42%
GREEN value IS 65 (25.78% from 255) = 42.21%
BLUE value IS 36 (14.45% from 255) = 23.38%
R=34.42%
G=42.21%
B=23.38%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5365360.1800.450.7584.8328.7119.8
Hex3541241202D4B551d14
Octal6510144220551131253524
Binary1101011000001100100100100101101100101110101011110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #354124

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #354124; }

 p { color: rgb(53,65,36); }

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

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

 a { background-color: rgb(53,65,36); }

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

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

 span { border-color: rgb(53,65,36); }

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