#365714

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

Shades of Seaweed #365714

Tints of Seaweed #365714

Color information

#365714 (or 0x365714) is unknown color: approx Seaweed. HEX triplet: 36, 57 and 14. RGB value is (54,87,20). Sum of RGB (Red+Green+Blue) = 54+87+20=161 (21% of max value = 765). Red value is 54 (21.48% from 255 or 33.54% from 161); Green value is 87 (34.38% from 255 or 54.04% from 161); Blue value is 20 (8.20% from 255 or 12.42% from 161); Max value from RGB is 87 - color contains mainly: green. Hex color #365714 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #365714 is #C9A8EB. Grayscale: #454545. Windows color (decimal): -13215980 or 1333046. OLE color: 1333046.

HSL color Cylindrical-coordinate representation of color #365714: hue angle of 89.55º degrees, saturation: 0.63, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #365714 is Cyan = 0.38, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.66.

Color convert

RGB548720-
CMYK0.3800.770.66
HSL89.55º62.62%20.98%-
HSV(B)89.55º77.01%34.12%-
XYZ5.067.651.87-
YUV69.5100.07116.95-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 33.54%
GREEN value IS 87 (34.38% from 255) = 54.04%
BLUE value IS 20 (8.20% from 255) = 12.42%
R=33.54%
G=54.04%
B=12.42%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal5487200.3800.770.6689.5562.6220.98
Hex3657142604D425a3f15
Octal66127244601151021327725
Binary110110101011110100100110010011011000010101101011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #365714

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #365714; }

 p { color: rgb(54,87,20); }

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

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

 a { background-color: rgb(54,87,20); }

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

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

 span { border-color: rgb(54,87,20); }

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