#354027

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

Shades of Seaweed #354027

Tints of Seaweed #354027

Color information

#354027 (or 0x354027) is unknown color: approx Seaweed. HEX triplet: 35, 40 and 27. RGB value is (53,64,39). Sum of RGB (Red+Green+Blue) = 53+64+39=156 (20% of max value = 765). Red value is 53 (21.09% from 255 or 33.97% from 156); Green value is 64 (25.39% from 255 or 41.03% from 156); Blue value is 39 (15.62% from 255 or 25% from 156); Max value from RGB is 64 - color contains mainly: green. Hex color #354027 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #354027 is #CABFD8. Grayscale: #393939. Windows color (decimal): -13287385 or 2572341. OLE color: 2572341.

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

Color convert

RGB536439-
CMYK0.1700.390.75
HSL86.4º24.27%20.2%-
HSV(B)86.4º39.06%25.1%-
XYZ3.674.572.61-
YUV57.86117.36124.53-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 33.97%
GREEN value IS 64 (25.39% from 255) = 41.03%
BLUE value IS 39 (15.62% from 255) = 25%
R=33.97%
G=41.03%
B=25%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5364390.1700.390.7586.424.2720.2
Hex354027110274B561814
Octal6510047210471131263024
Binary1101011000000100111100010100111100101110101101100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #354027

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #354027; }

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

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

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

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

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

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

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

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