#36412A

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

Shades of Seaweed #36412A

Tints of Seaweed #36412A

Color information

#36412A (or 0x36412A) is unknown color: approx Seaweed. HEX triplet: 36, 41 and 2A. RGB value is (54,65,42). Sum of RGB (Red+Green+Blue) = 54+65+42=161 (21% of max value = 765). Red value is 54 (21.48% from 255 or 33.54% from 161); Green value is 65 (25.78% from 255 or 40.37% from 161); Blue value is 42 (16.80% from 255 or 26.09% from 161); Max value from RGB is 65 - color contains mainly: green. Hex color #36412A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #36412A is #C9BED5. Grayscale: #3B3B3B. Windows color (decimal): -13221590 or 2769206. OLE color: 2769206.

HSL color Cylindrical-coordinate representation of color #36412A: hue angle of 88.7º degrees, saturation: 0.21, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #36412A is Cyan = 0.17, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.75.

Color convert

RGB546542-
CMYK0.1700.350.75
HSL88.7º21.5%20.98%-
HSV(B)88.7º35.38%25.49%-
XYZ3.834.732.9-
YUV59.09118.36124.37-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 33.54%
GREEN value IS 65 (25.78% from 255) = 40.37%
BLUE value IS 42 (16.80% from 255) = 26.09%
R=33.54%
G=40.37%
B=26.09%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5465420.1700.350.7588.721.520.98
Hex36412A110234B591515
Octal6610152210431131312525
Binary1101101000001101010100010100011100101110110011010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36412A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #36412A; }

 p { color: rgb(54,65,42); }

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

<style>
 a { background-color: #36412A; }

 a { background-color: rgb(54,65,42); }

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

<style>
 span { border-color: #36412A; }

 span { border-color: rgb(54,65,42); }

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