#36402C

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

Shades of Seaweed #36402C

Tints of Seaweed #36402C

Color information

#36402C (or 0x36402C) is unknown color: approx Seaweed. HEX triplet: 36, 40 and 2C. RGB value is (54,64,44). Sum of RGB (Red+Green+Blue) = 54+64+44=162 (21% of max value = 765). Red value is 54 (21.48% from 255 or 33.33% from 162); Green value is 64 (25.39% from 255 or 39.51% from 162); Blue value is 44 (17.58% from 255 or 27.16% from 162); Max value from RGB is 64 - color contains mainly: green. Hex color #36402C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #36402C is #C9BFD3. Grayscale: #3A3A3A. Windows color (decimal): -13221844 or 2900022. OLE color: 2900022.

HSL color Cylindrical-coordinate representation of color #36402C: hue angle of 90º degrees, saturation: 0.19, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #36402C is Cyan = 0.16, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.75.

Color convert

RGB546444-
CMYK0.1600.310.75
HSL90º18.52%21.18%-
HSV(B)90º31.25%25.1%-
XYZ3.814.633.08-
YUV58.73119.69124.63-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 33.33%
GREEN value IS 64 (25.39% from 255) = 39.51%
BLUE value IS 44 (17.58% from 255) = 27.16%
R=33.33%
G=39.51%
B=27.16%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5464440.1600.310.759018.5221.18
Hex36402C1001F4B5a1315
Octal6610054200371131322325
Binary110110100000010110010000011111100101110110101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36402C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(54,64,44); }

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

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

 a { background-color: rgb(54,64,44); }

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

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

 span { border-color: rgb(54,64,44); }

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