#354029

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

Shades of Seaweed #354029

Tints of Seaweed #354029

Color information

#354029 (or 0x354029) is unknown color: approx Seaweed. HEX triplet: 35, 40 and 29. RGB value is (53,64,41). Sum of RGB (Red+Green+Blue) = 53+64+41=158 (20% of max value = 765). Red value is 53 (21.09% from 255 or 33.54% from 158); Green value is 64 (25.39% from 255 or 40.51% from 158); Blue value is 41 (16.41% from 255 or 25.95% from 158); Max value from RGB is 64 - color contains mainly: green. Hex color #354029 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #354029 is #CABFD6. Grayscale: #3A3A3A. Windows color (decimal): -13287383 or 2703413. OLE color: 2703413.

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

Color convert

RGB536441-
CMYK0.1700.360.75
HSL88.7º21.9%20.59%-
HSV(B)88.7º35.94%25.1%-
XYZ3.74.582.79-
YUV58.09118.36124.37-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 33.54%
GREEN value IS 64 (25.39% from 255) = 40.51%
BLUE value IS 41 (16.41% from 255) = 25.95%
R=33.54%
G=40.51%
B=25.95%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5364410.1700.360.7588.721.920.59
Hex354029110244B591615
Octal6510051210441131312625
Binary1101011000000101001100010100100100101110110011011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #354029

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #354029; }

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

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

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

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

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

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

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

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