#354026

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

Shades of Seaweed #354026

Tints of Seaweed #354026

Color information

#354026 (or 0x354026) is unknown color: approx Seaweed. HEX triplet: 35, 40 and 26. RGB value is (53,64,38). Sum of RGB (Red+Green+Blue) = 53+64+38=155 (20% of max value = 765). Red value is 53 (21.09% from 255 or 34.19% from 155); Green value is 64 (25.39% from 255 or 41.29% from 155); Blue value is 38 (15.23% from 255 or 24.52% from 155); Max value from RGB is 64 - color contains mainly: green. Hex color #354026 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #354026 is #CABFD9. Grayscale: #393939. Windows color (decimal): -13287386 or 2506805. OLE color: 2506805.

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

Color convert

RGB536438-
CMYK0.1700.410.75
HSL85.38º25.49%20%-
HSV(B)85.38º40.62%25.1%-
XYZ3.654.562.52-
YUV57.75116.86124.61-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 34.19%
GREEN value IS 64 (25.39% from 255) = 41.29%
BLUE value IS 38 (15.23% from 255) = 24.52%
R=34.19%
G=41.29%
B=24.52%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5364380.1700.410.7585.3825.4920
Hex354026110294B551914
Octal6510046210511131253124
Binary1101011000000100110100010101001100101110101011100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #354026

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #354026; }

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

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

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

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

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

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

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

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