#354425

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

Shades of Seaweed #354425

Tints of Seaweed #354425

Color information

#354425 (or 0x354425) is unknown color: approx Seaweed. HEX triplet: 35, 44 and 25. RGB value is (53,68,37). Sum of RGB (Red+Green+Blue) = 53+68+37=158 (20% of max value = 765). Red value is 53 (21.09% from 255 or 33.54% from 158); Green value is 68 (26.95% from 255 or 43.04% from 158); Blue value is 37 (14.84% from 255 or 23.42% from 158); Max value from RGB is 68 - color contains mainly: green. Hex color #354425 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #354425 is #CABBDA. Grayscale: #3C3C3C. Windows color (decimal): -13286363 or 2442293. OLE color: 2442293.

HSL color Cylindrical-coordinate representation of color #354425: hue angle of 89.03º degrees, saturation: 0.3, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #354425 is Cyan = 0.22, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.73.

Color convert

RGB536837-
CMYK0.2200.460.73
HSL89.03º29.52%20.59%-
HSV(B)89.03º45.59%26.67%-
XYZ3.875.022.52-
YUV59.98115.03123.02-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 33.54%
GREEN value IS 68 (26.95% from 255) = 43.04%
BLUE value IS 37 (14.84% from 255) = 23.42%
R=33.54%
G=43.04%
B=23.42%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal5368370.2200.460.7389.0329.5220.59
Hex3544251602E49591e15
Octal6510445260561111313625
Binary1101011000100100101101100101110100100110110011111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #354425

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #354425; }

 p { color: rgb(53,68,37); }

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

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

 a { background-color: rgb(53,68,37); }

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

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

 span { border-color: rgb(53,68,37); }

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