#33501B

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

Shades of Seaweed #33501B

Tints of Seaweed #33501B

Color information

#33501B (or 0x33501B) is unknown color: approx Seaweed. HEX triplet: 33, 50 and 1B. RGB value is (51,80,27). Sum of RGB (Red+Green+Blue) = 51+80+27=158 (20% of max value = 765). Red value is 51 (20.31% from 255 or 32.28% from 158); Green value is 80 (31.64% from 255 or 50.63% from 158); Blue value is 27 (10.94% from 255 or 17.09% from 158); Max value from RGB is 80 - color contains mainly: green. Hex color #33501B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #33501B is #CCAFE4. Grayscale: #414141. Windows color (decimal): -13414373 or 1790003. OLE color: 1790003.

HSL color Cylindrical-coordinate representation of color #33501B: hue angle of 92.83º degrees, saturation: 0.5, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #33501B is Cyan = 0.36, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.69.

Color convert

RGB518027-
CMYK0.3600.660.69
HSL92.83º49.53%20.98%-
HSV(B)92.83º66.25%31.37%-
XYZ4.436.522.06-
YUV65.29106.39117.81-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 32.28%
GREEN value IS 80 (31.64% from 255) = 50.63%
BLUE value IS 27 (10.94% from 255) = 17.09%
R=32.28%
G=50.63%
B=17.09%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5180270.3600.660.6992.8349.5320.98
Hex33501B24042455d3215
Octal63120334401021051356225
Binary110011101000011011100100010000101000101101110111001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33501B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,80,27); }

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

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

 a { background-color: rgb(51,80,27); }

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

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

 span { border-color: rgb(51,80,27); }

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