#354524

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

Shades of Seaweed #354524

Tints of Seaweed #354524

Color information

#354524 (or 0x354524) is unknown color: approx Seaweed. HEX triplet: 35, 45 and 24. RGB value is (53,69,36). Sum of RGB (Red+Green+Blue) = 53+69+36=158 (20% of max value = 765). Red value is 53 (21.09% from 255 or 33.54% from 158); Green value is 69 (27.34% from 255 or 43.67% from 158); Blue value is 36 (14.45% from 255 or 22.78% from 158); Max value from RGB is 69 - color contains mainly: green. Hex color #354524 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #354524 is #CABADB. Grayscale: #3C3C3C. Windows color (decimal): -13286108 or 2377013. OLE color: 2377013.

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

Color convert

RGB536936-
CMYK0.2300.480.73
HSL89.09º31.43%20.59%-
HSV(B)89.09º47.83%27.06%-
XYZ3.915.142.45-
YUV60.45114.2122.68-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 33.54%
GREEN value IS 69 (27.34% from 255) = 43.67%
BLUE value IS 36 (14.45% from 255) = 22.78%
R=33.54%
G=43.67%
B=22.78%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal5369360.2300.480.7389.0931.4320.59
Hex3545241703049591f15
Octal6510544270601111313725
Binary1101011000101100100101110110000100100110110011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #354524

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #354524; }

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

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

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

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

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

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

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

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