#35511B

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

Shades of Seaweed #35511B

Tints of Seaweed #35511B

Color information

#35511B (or 0x35511B) is unknown color: approx Seaweed. HEX triplet: 35, 51 and 1B. RGB value is (53,81,27). Sum of RGB (Red+Green+Blue) = 53+81+27=161 (21% of max value = 765). Red value is 53 (21.09% from 255 or 32.92% from 161); Green value is 81 (32.03% from 255 or 50.31% from 161); Blue value is 27 (10.94% from 255 or 16.77% from 161); Max value from RGB is 81 - color contains mainly: green. Hex color #35511B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #35511B is #CAAEE4. Grayscale: #424242. Windows color (decimal): -13283045 or 1790261. OLE color: 1790261.

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

Color convert

RGB538127-
CMYK0.3500.670.68
HSL91.11º50%21.18%-
HSV(B)91.11º66.67%31.76%-
XYZ4.616.722.09-
YUV66.47105.72118.39-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 32.92%
GREEN value IS 81 (32.03% from 255) = 50.31%
BLUE value IS 27 (10.94% from 255) = 16.77%
R=32.92%
G=50.31%
B=16.77%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal5381270.3500.670.6891.115021.18
Hex35511B23043445b3215
Octal65121334301031041336225
Binary110101101000111011100011010000111000100101101111001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35511B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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