#35511C

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

Shades of Seaweed #35511C

Tints of Seaweed #35511C

Color information

#35511C (or 0x35511C) is unknown color: approx Seaweed. HEX triplet: 35, 51 and 1C. RGB value is (53,81,28). Sum of RGB (Red+Green+Blue) = 53+81+28=162 (21% of max value = 765). Red value is 53 (21.09% from 255 or 32.72% from 162); Green value is 81 (32.03% from 255 or 50% from 162); Blue value is 28 (11.33% from 255 or 17.28% from 162); Max value from RGB is 81 - color contains mainly: green. Hex color #35511C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #35511C is #CAAEE3. Grayscale: #424242. Windows color (decimal): -13283044 or 1855797. OLE color: 1855797.

HSL color Cylindrical-coordinate representation of color #35511C: hue angle of 91.7º degrees, saturation: 0.49, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #35511C is Cyan = 0.35, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.68.

Color convert

RGB538128-
CMYK0.3500.650.68
HSL91.7º48.62%21.37%-
HSV(B)91.7º65.43%31.76%-
XYZ4.626.732.15-
YUV66.59106.22118.31-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 32.72%
GREEN value IS 81 (32.03% from 255) = 50%
BLUE value IS 28 (11.33% from 255) = 17.28%
R=32.72%
G=50%
B=17.28%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal5381280.3500.650.6891.748.6221.37
Hex35511C23041445c3115
Octal65121344301011041346125
Binary110101101000111100100011010000011000100101110011000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35511C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35511C; }

 p { color: rgb(53,81,28); }

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

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

 a { background-color: rgb(53,81,28); }

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

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

 span { border-color: rgb(53,81,28); }

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