#354726

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

Shades of Seaweed #354726

Tints of Seaweed #354726

Color information

#354726 (or 0x354726) is unknown color: approx Seaweed. HEX triplet: 35, 47 and 26. RGB value is (53,71,38). Sum of RGB (Red+Green+Blue) = 53+71+38=162 (21% of max value = 765). Red value is 53 (21.09% from 255 or 32.72% from 162); Green value is 71 (28.12% from 255 or 43.83% from 162); Blue value is 38 (15.23% from 255 or 23.46% from 162); Max value from RGB is 71 - color contains mainly: green. Hex color #354726 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #354726 is #CAB8D9. Grayscale: #3D3D3D. Windows color (decimal): -13285594 or 2508597. OLE color: 2508597.

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

Color convert

RGB537138-
CMYK0.2500.460.72
HSL92.73º30.28%21.37%-
HSV(B)92.73º46.48%27.84%-
XYZ4.075.42.66-
YUV61.86114.54121.68-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 32.72%
GREEN value IS 71 (28.12% from 255) = 43.83%
BLUE value IS 38 (15.23% from 255) = 23.46%
R=32.72%
G=43.83%
B=23.46%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal5371380.2500.460.7292.7330.2821.37
Hex3547261902E485d1e15
Octal6510746310561101353625
Binary1101011000111100110110010101110100100010111011111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #354726

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #354726; }

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

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

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

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

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

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

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

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