#364A1E

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

Shades of Seaweed #364A1E

Tints of Seaweed #364A1E

Color information

#364A1E (or 0x364A1E) is unknown color: approx Seaweed. HEX triplet: 36, 4A and 1E. RGB value is (54,74,30). Sum of RGB (Red+Green+Blue) = 54+74+30=158 (20% of max value = 765). Red value is 54 (21.48% from 255 or 34.18% from 158); Green value is 74 (29.30% from 255 or 46.84% from 158); Blue value is 30 (12.11% from 255 or 18.99% from 158); Max value from RGB is 74 - color contains mainly: green. Hex color #364A1E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #364A1E is #C9B5E1. Grayscale: #3F3F3F. Windows color (decimal): -13219298 or 1985078. OLE color: 1985078.

HSL color Cylindrical-coordinate representation of color #364A1E: hue angle of 87.27º degrees, saturation: 0.42, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #364A1E is Cyan = 0.27, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.71.

Color convert

RGB547430-
CMYK0.2700.590.71
HSL87.27º42.31%20.39%-
HSV(B)87.27º59.46%29.02%-
XYZ4.25.782.12-
YUV63109.37121.58-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 34.18%
GREEN value IS 74 (29.30% from 255) = 46.84%
BLUE value IS 30 (12.11% from 255) = 18.99%
R=34.18%
G=46.84%
B=18.99%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5474300.2700.590.7187.2742.3120.39
Hex364A1E1B03B47572a14
Octal6611236330731071275224
Binary1101101001010111101101101110111000111101011110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #364A1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(54,74,30); }

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

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

 a { background-color: rgb(54,74,30); }

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

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

 span { border-color: rgb(54,74,30); }

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