#353F27

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

Shades of Seaweed #353F27

Tints of Seaweed #353F27

Color information

#353F27 (or 0x353F27) is unknown color: approx Seaweed. HEX triplet: 35, 3F and 27. RGB value is (53,63,39). Sum of RGB (Red+Green+Blue) = 53+63+39=155 (20% of max value = 765). Red value is 53 (21.09% from 255 or 34.19% from 155); Green value is 63 (25% from 255 or 40.65% from 155); Blue value is 39 (15.62% from 255 or 25.16% from 155); Max value from RGB is 63 - color contains mainly: green. Hex color #353F27 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #353F27 is #CAC0D8. Grayscale: #393939. Windows color (decimal): -13287641 or 2572085. OLE color: 2572085.

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

Color convert

RGB536339-
CMYK0.1600.380.75
HSL85º23.53%20%-
HSV(B)85º38.1%24.71%-
XYZ3.614.462.59-
YUV57.27117.69124.95-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 34.19%
GREEN value IS 63 (25% from 255) = 40.65%
BLUE value IS 39 (15.62% from 255) = 25.16%
R=34.19%
G=40.65%
B=25.16%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5363390.1600.380.758523.5320
Hex353F27100264B551814
Octal657747200461131253024
Binary110101111111100111100000100110100101110101011100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #353F27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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