#353E27

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

Shades of Seaweed #353E27

Tints of Seaweed #353E27

Color information

#353E27 (or 0x353E27) is unknown color: approx Seaweed. HEX triplet: 35, 3E and 27. RGB value is (53,62,39). Sum of RGB (Red+Green+Blue) = 53+62+39=154 (20% of max value = 765). Red value is 53 (21.09% from 255 or 34.42% from 154); Green value is 62 (24.61% from 255 or 40.26% from 154); Blue value is 39 (15.62% from 255 or 25.32% from 154); Max value from RGB is 62 - color contains mainly: green. Hex color #353E27 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #353E27 is #CAC1D8. Grayscale: #383838. Windows color (decimal): -13287897 or 2571829. OLE color: 2571829.

HSL color Cylindrical-coordinate representation of color #353E27: hue angle of 83.48º degrees, saturation: 0.23, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #353E27 is Cyan = 0.15, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.76.

Color convert

RGB536239-
CMYK0.1500.370.76
HSL83.48º22.77%19.8%-
HSV(B)83.48º37.1%24.31%-
XYZ3.564.352.57-
YUV56.69118.02125.37-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 34.42%
GREEN value IS 62 (24.61% from 255) = 40.26%
BLUE value IS 39 (15.62% from 255) = 25.32%
R=34.42%
G=40.26%
B=25.32%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal5362390.1500.370.7683.4822.7719.8
Hex353E27F0254C531714
Octal657647170451141232724
Binary11010111111010011111110100101100110010100111011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #353E27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #353E27; }

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

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

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

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

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

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

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

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