#354228

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

Shades of Seaweed #354228

Tints of Seaweed #354228

Color information

#354228 (or 0x354228) is unknown color: approx Seaweed. HEX triplet: 35, 42 and 28. RGB value is (53,66,40). Sum of RGB (Red+Green+Blue) = 53+66+40=159 (21% of max value = 765). Red value is 53 (21.09% from 255 or 33.33% from 159); Green value is 66 (26.17% from 255 or 41.51% from 159); Blue value is 40 (16.02% from 255 or 25.16% from 159); Max value from RGB is 66 - color contains mainly: green. Hex color #354228 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #354228 is #CABDD7. Grayscale: #3B3B3B. Windows color (decimal): -13286872 or 2638389. OLE color: 2638389.

HSL color Cylindrical-coordinate representation of color #354228: hue angle of 90º degrees, saturation: 0.25, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #354228 is Cyan = 0.20, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.74.

Color convert

RGB536640-
CMYK0.2000.390.74
HSL90º24.53%20.78%-
HSV(B)90º39.39%25.88%-
XYZ3.84.812.73-
YUV59.15117.19123.61-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 33.33%
GREEN value IS 66 (26.17% from 255) = 41.51%
BLUE value IS 40 (16.02% from 255) = 25.16%
R=33.33%
G=41.51%
B=25.16%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal5366400.2000.390.749024.5320.78
Hex354228140274A5a1915
Octal6510250240471121323125
Binary1101011000010101000101000100111100101010110101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #354228

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #354228; }

 p { color: rgb(53,66,40); }

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

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

 a { background-color: rgb(53,66,40); }

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

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

 span { border-color: rgb(53,66,40); }

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