#364028

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

Shades of Seaweed #364028

Tints of Seaweed #364028

Color information

#364028 (or 0x364028) is unknown color: approx Seaweed. HEX triplet: 36, 40 and 28. RGB value is (54,64,40). Sum of RGB (Red+Green+Blue) = 54+64+40=158 (20% of max value = 765). Red value is 54 (21.48% from 255 or 34.18% from 158); Green value is 64 (25.39% from 255 or 40.51% from 158); Blue value is 40 (16.02% from 255 or 25.32% from 158); Max value from RGB is 64 - color contains mainly: green. Hex color #364028 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #364028 is #C9BFD7. Grayscale: #3A3A3A. Windows color (decimal): -13221848 or 2637878. OLE color: 2637878.

HSL color Cylindrical-coordinate representation of color #364028: hue angle of 85º degrees, saturation: 0.23, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #364028 is Cyan = 0.16, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.75.

Color convert

RGB546440-
CMYK0.1600.380.75
HSL85º23.08%20.39%-
HSV(B)85º37.5%25.1%-
XYZ3.744.62.7-
YUV58.27117.69124.95-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 34.18%
GREEN value IS 64 (25.39% from 255) = 40.51%
BLUE value IS 40 (16.02% from 255) = 25.32%
R=34.18%
G=40.51%
B=25.32%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5464400.1600.380.758523.0820.39
Hex364028100264B551714
Octal6610050200461131252724
Binary1101101000000101000100000100110100101110101011011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #364028

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #364028; }

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

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

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

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

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

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

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

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