#364C1A

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

Shades of Seaweed #364C1A

Tints of Seaweed #364C1A

Color information

#364C1A (or 0x364C1A) is unknown color: approx Seaweed. HEX triplet: 36, 4C and 1A. RGB value is (54,76,26). Sum of RGB (Red+Green+Blue) = 54+76+26=156 (20% of max value = 765). Red value is 54 (21.48% from 255 or 34.62% from 156); Green value is 76 (30.08% from 255 or 48.72% from 156); Blue value is 26 (10.55% from 255 or 16.67% from 156); Max value from RGB is 76 - color contains mainly: green. Hex color #364C1A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #364C1A is #C9B3E5. Grayscale: #3F3F3F. Windows color (decimal): -13218790 or 1723446. OLE color: 1723446.

HSL color Cylindrical-coordinate representation of color #364C1A: hue angle of 86.4º degrees, saturation: 0.49, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #364C1A is Cyan = 0.29, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.70.

Color convert

RGB547626-
CMYK0.2900.660.70
HSL86.4º49.02%20%-
HSV(B)86.4º65.79%29.8%-
XYZ4.296.031.91-
YUV63.72106.71121.07-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 34.62%
GREEN value IS 76 (30.08% from 255) = 48.72%
BLUE value IS 26 (10.55% from 255) = 16.67%
R=34.62%
G=48.72%
B=16.67%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal5476260.2900.660.7086.449.0220
Hex364C1A1D04246563114
Octal66114323501021061266124
Binary11011010011001101011101010000101000110101011011000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #364C1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #364C1A; }

 p { color: rgb(54,76,26); }

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

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

 a { background-color: rgb(54,76,26); }

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

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

 span { border-color: rgb(54,76,26); }

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