#354126

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

Shades of Seaweed #354126

Tints of Seaweed #354126

Color information

#354126 (or 0x354126) is unknown color: approx Seaweed. HEX triplet: 35, 41 and 26. RGB value is (53,65,38). Sum of RGB (Red+Green+Blue) = 53+65+38=156 (20% of max value = 765). Red value is 53 (21.09% from 255 or 33.97% from 156); Green value is 65 (25.78% from 255 or 41.67% from 156); Blue value is 38 (15.23% from 255 or 24.36% from 156); Max value from RGB is 65 - color contains mainly: green. Hex color #354126 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #354126 is #CABED9. Grayscale: #3A3A3A. Windows color (decimal): -13287130 or 2507061. OLE color: 2507061.

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

Color convert

RGB536538-
CMYK0.1800.420.75
HSL86.67º26.21%20.2%-
HSV(B)86.67º41.54%25.49%-
XYZ3.714.682.54-
YUV58.33116.52124.2-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 33.97%
GREEN value IS 65 (25.78% from 255) = 41.67%
BLUE value IS 38 (15.23% from 255) = 24.36%
R=33.97%
G=41.67%
B=24.36%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5365380.1800.420.7586.6726.2120.2
Hex3541261202A4B571a14
Octal6510146220521131273224
Binary1101011000001100110100100101010100101110101111101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #354126

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #354126; }

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

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

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

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

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

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

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

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