#35501D

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

Shades of Seaweed #35501D

Tints of Seaweed #35501D

Color information

#35501D (or 0x35501D) is unknown color: approx Seaweed. HEX triplet: 35, 50 and 1D. RGB value is (53,80,29). Sum of RGB (Red+Green+Blue) = 53+80+29=162 (21% of max value = 765). Red value is 53 (21.09% from 255 or 32.72% from 162); Green value is 80 (31.64% from 255 or 49.38% from 162); Blue value is 29 (11.72% from 255 or 17.90% from 162); Max value from RGB is 80 - color contains mainly: green. Hex color #35501D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #35501D is #CAAFE2. Grayscale: #424242. Windows color (decimal): -13283299 or 1921077. OLE color: 1921077.

HSL color Cylindrical-coordinate representation of color #35501D: hue angle of 91.76º degrees, saturation: 0.47, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #35501D is Cyan = 0.34, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.69.

Color convert

RGB538029-
CMYK0.3400.640.69
HSL91.76º46.79%21.37%-
HSV(B)91.76º63.75%31.37%-
XYZ4.566.582.19-
YUV66.11107.05118.65-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 32.72%
GREEN value IS 80 (31.64% from 255) = 49.38%
BLUE value IS 29 (11.72% from 255) = 17.90%
R=32.72%
G=49.38%
B=17.90%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5380290.3400.640.6991.7646.7921.37
Hex35501D22040455c2f15
Octal65120354201001051345725
Binary110101101000011101100010010000001000101101110010111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35501D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35501D; }

 p { color: rgb(53,80,29); }

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

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

 a { background-color: rgb(53,80,29); }

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

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

 span { border-color: rgb(53,80,29); }

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