#36501B

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

Shades of Seaweed #36501B

Tints of Seaweed #36501B

Color information

#36501B (or 0x36501B) is unknown color: approx Seaweed. HEX triplet: 36, 50 and 1B. RGB value is (54,80,27). Sum of RGB (Red+Green+Blue) = 54+80+27=161 (21% of max value = 765). Red value is 54 (21.48% from 255 or 33.54% from 161); Green value is 80 (31.64% from 255 or 49.69% from 161); Blue value is 27 (10.94% from 255 or 16.77% from 161); Max value from RGB is 80 - color contains mainly: green. Hex color #36501B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #36501B is #C9AFE4. Grayscale: #424242. Windows color (decimal): -13217765 or 1790006. OLE color: 1790006.

HSL color Cylindrical-coordinate representation of color #36501B: hue angle of 89.43º 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 #36501B is Cyan = 0.33, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.69.

Color convert

RGB548027-
CMYK0.3300.660.69
HSL89.43º49.53%20.98%-
HSV(B)89.43º66.25%31.37%-
XYZ4.596.62.07-
YUV66.18105.89119.31-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 33.54%
GREEN value IS 80 (31.64% from 255) = 49.69%
BLUE value IS 27 (10.94% from 255) = 16.77%
R=33.54%
G=49.69%
B=16.77%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5480270.3300.660.6989.4349.5320.98
Hex36501B2104245593215
Octal66120334101021051316225
Binary110110101000011011100001010000101000101101100111001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36501B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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