#354024

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

Shades of Seaweed #354024

Tints of Seaweed #354024

Color information

#354024 (or 0x354024) is unknown color: approx Seaweed. HEX triplet: 35, 40 and 24. RGB value is (53,64,36). Sum of RGB (Red+Green+Blue) = 53+64+36=153 (20% of max value = 765). Red value is 53 (21.09% from 255 or 34.64% from 153); Green value is 64 (25.39% from 255 or 41.83% from 153); Blue value is 36 (14.45% from 255 or 23.53% from 153); Max value from RGB is 64 - color contains mainly: green. Hex color #354024 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #354024 is #CABFDB. Grayscale: #393939. Windows color (decimal): -13287388 or 2375733. OLE color: 2375733.

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

Color convert

RGB536436-
CMYK0.1700.440.75
HSL83.57º28%19.61%-
HSV(B)83.57º43.75%25.1%-
XYZ3.624.552.36-
YUV57.52115.86124.78-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 34.64%
GREEN value IS 64 (25.39% from 255) = 41.83%
BLUE value IS 36 (14.45% from 255) = 23.53%
R=34.64%
G=41.83%
B=23.53%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5364360.1700.440.7583.572819.61
Hex3540241102C4B541c14
Octal6510044210541131243424
Binary1101011000000100100100010101100100101110101001110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #354024

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #354024; }

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

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

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

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

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

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

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

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