#364620

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

Shades of Seaweed #364620

Tints of Seaweed #364620

Color information

#364620 (or 0x364620) is unknown color: approx Seaweed. HEX triplet: 36, 46 and 20. RGB value is (54,70,32). Sum of RGB (Red+Green+Blue) = 54+70+32=156 (20% of max value = 765). Red value is 54 (21.48% from 255 or 34.62% from 156); Green value is 70 (27.73% from 255 or 44.87% from 156); Blue value is 32 (12.89% from 255 or 20.51% from 156); Max value from RGB is 70 - color contains mainly: green. Hex color #364620 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #364620 is #C9B9DF. Grayscale: #3D3D3D. Windows color (decimal): -13220320 or 2115126. OLE color: 2115126.

HSL color Cylindrical-coordinate representation of color #364620: hue angle of 85.26º degrees, saturation: 0.37, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #364620 is Cyan = 0.23, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.73.

Color convert

RGB547032-
CMYK0.2300.540.73
HSL85.26º37.25%20%-
HSV(B)85.26º54.29%27.45%-
XYZ3.975.272.17-
YUV60.88111.7123.09-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 34.62%
GREEN value IS 70 (27.73% from 255) = 44.87%
BLUE value IS 32 (12.89% from 255) = 20.51%
R=34.62%
G=44.87%
B=20.51%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal5470320.2300.540.7385.2637.2520
Hex3646201703649552514
Octal6610640270661111254524
Binary11011010001101000001011101101101001001101010110010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #364620

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #364620; }

 p { color: rgb(54,70,32); }

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

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

 a { background-color: rgb(54,70,32); }

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

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

 span { border-color: rgb(54,70,32); }

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