#365016

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

Shades of Seaweed #365016

Tints of Seaweed #365016

Color information

#365016 (or 0x365016) is unknown color: approx Seaweed. HEX triplet: 36, 50 and 16. RGB value is (54,80,22). Sum of RGB (Red+Green+Blue) = 54+80+22=156 (20% of max value = 765). Red value is 54 (21.48% from 255 or 34.62% from 156); Green value is 80 (31.64% from 255 or 51.28% from 156); Blue value is 22 (8.98% from 255 or 14.10% from 156); Max value from RGB is 80 - color contains mainly: green. Hex color #365016 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #365016 is #C9AFE9. Grayscale: #414141. Windows color (decimal): -13217770 or 1462326. OLE color: 1462326.

HSL color Cylindrical-coordinate representation of color #365016: hue angle of 86.9º degrees, saturation: 0.57, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #365016 is Cyan = 0.33, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.69.

Color convert

RGB548022-
CMYK0.3300.720.69
HSL86.9º56.86%20%-
HSV(B)86.9º72.5%31.37%-
XYZ4.536.581.79-
YUV65.61103.39119.72-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 34.62%
GREEN value IS 80 (31.64% from 255) = 51.28%
BLUE value IS 22 (8.98% from 255) = 14.10%
R=34.62%
G=51.28%
B=14.10%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5480220.3300.720.6986.956.8620
Hex3650162104845573914
Octal66120264101101051277124
Binary110110101000010110100001010010001000101101011111100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #365016

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #365016; }

 p { color: rgb(54,80,22); }

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

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

 a { background-color: rgb(54,80,22); }

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

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

 span { border-color: rgb(54,80,22); }

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