#353D27

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

Shades of Seaweed #353D27

Tints of Seaweed #353D27

Color information

#353D27 (or 0x353D27) is unknown color: approx Seaweed. HEX triplet: 35, 3D and 27. RGB value is (53,61,39). Sum of RGB (Red+Green+Blue) = 53+61+39=153 (20% of max value = 765). Red value is 53 (21.09% from 255 or 34.64% from 153); Green value is 61 (24.22% from 255 or 39.87% from 153); Blue value is 39 (15.62% from 255 or 25.49% from 153); Max value from RGB is 61 - color contains mainly: green. Hex color #353D27 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #353D27 is #CAC2D8. Grayscale: #383838. Windows color (decimal): -13288153 or 2571573. OLE color: 2571573.

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

Color convert

RGB536139-
CMYK0.1300.360.76
HSL81.82º22%19.61%-
HSV(B)81.82º36.07%23.92%-
XYZ3.54.242.55-
YUV56.1118.35125.79-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 34.64%
GREEN value IS 61 (24.22% from 255) = 39.87%
BLUE value IS 39 (15.62% from 255) = 25.49%
R=34.64%
G=39.87%
B=25.49%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal5361390.1300.360.7681.822219.61
Hex353D27D0244C521614
Octal657547150441141222624
Binary11010111110110011111010100100100110010100101011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #353D27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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