#165618

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

Shades of Myrtle #165618

Tints of Myrtle #165618

Color information

#165618 (or 0x165618) is unknown color: approx Myrtle. HEX triplet: 16, 56 and 18. RGB value is (22,86,24). Sum of RGB (Red+Green+Blue) = 22+86+24=132 (17% of max value = 765). Red value is 22 (8.98% from 255 or 16.67% from 132); Green value is 86 (33.98% from 255 or 65.15% from 132); Blue value is 24 (9.77% from 255 or 18.18% from 132); Max value from RGB is 86 - color contains mainly: green. Hex color #165618 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #165618 is #E9A9E7. Grayscale: #3B3B3B. Windows color (decimal): -15313384 or 1594902. OLE color: 1594902.

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

Color convert

RGB228624-
CMYK0.7400.720.66
HSL121.88º59.26%21.18%-
HSV(B)121.88º74.42%33.73%-
XYZ3.826.891.99-
YUV59.8107.8101.04-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 16.67%
GREEN value IS 86 (33.98% from 255) = 65.15%
BLUE value IS 24 (9.77% from 255) = 18.18%
R=16.67%
G=65.15%
B=18.18%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal2286240.7400.720.66121.8859.2621.18
Hex1656184A048427a3b15
Octal261263011201101021727325
Binary101101010110110001001010010010001000010111101011101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #165618

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #165618; }

 p { color: rgb(22,86,24); }

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

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

 a { background-color: rgb(22,86,24); }

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

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

 span { border-color: rgb(22,86,24); }

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