#36422A

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

Shades of Seaweed #36422A

Tints of Seaweed #36422A

Color information

#36422A (or 0x36422A) is unknown color: approx Seaweed. HEX triplet: 36, 42 and 2A. RGB value is (54,66,42). Sum of RGB (Red+Green+Blue) = 54+66+42=162 (21% of max value = 765). Red value is 54 (21.48% from 255 or 33.33% from 162); Green value is 66 (26.17% from 255 or 40.74% from 162); Blue value is 42 (16.80% from 255 or 25.93% from 162); Max value from RGB is 66 - color contains mainly: green. Hex color #36422A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #36422A is #C9BDD5. Grayscale: #3B3B3B. Windows color (decimal): -13221334 or 2769462. OLE color: 2769462.

HSL color Cylindrical-coordinate representation of color #36422A: hue angle of 90º degrees, saturation: 0.22, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #36422A is Cyan = 0.18, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.74.

Color convert

RGB546642-
CMYK0.1800.360.74
HSL90º22.22%21.18%-
HSV(B)90º36.36%25.88%-
XYZ3.894.852.92-
YUV59.68118.02123.95-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 33.33%
GREEN value IS 66 (26.17% from 255) = 40.74%
BLUE value IS 42 (16.80% from 255) = 25.93%
R=33.33%
G=40.74%
B=25.93%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal5466420.1800.360.749022.2221.18
Hex36422A120244A5a1615
Octal6610252220441121322625
Binary1101101000010101010100100100100100101010110101011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36422A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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