#354526

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

Shades of Seaweed #354526

Tints of Seaweed #354526

Color information

#354526 (or 0x354526) is unknown color: approx Seaweed. HEX triplet: 35, 45 and 26. RGB value is (53,69,38). Sum of RGB (Red+Green+Blue) = 53+69+38=160 (21% of max value = 765). Red value is 53 (21.09% from 255 or 33.12% from 160); Green value is 69 (27.34% from 255 or 43.12% from 160); Blue value is 38 (15.23% from 255 or 23.75% from 160); Max value from RGB is 69 - color contains mainly: green. Hex color #354526 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #354526 is #CABAD9. Grayscale: #3C3C3C. Windows color (decimal): -13286106 or 2508085. OLE color: 2508085.

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

Color convert

RGB536938-
CMYK0.2300.450.73
HSL90.97º28.97%20.98%-
HSV(B)90.97º44.93%27.06%-
XYZ3.955.152.62-
YUV60.68115.2122.52-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 33.12%
GREEN value IS 69 (27.34% from 255) = 43.12%
BLUE value IS 38 (15.23% from 255) = 23.75%
R=33.12%
G=43.12%
B=23.75%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal5369380.2300.450.7390.9728.9720.98
Hex3545261702D495b1d15
Octal6510546270551111333525
Binary1101011000101100110101110101101100100110110111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #354526

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #354526; }

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

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

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

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

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

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

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

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