#165616

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

Shades of Myrtle #165616

Tints of Myrtle #165616

Color information

#165616 (or 0x165616) is unknown color: approx Myrtle. HEX triplet: 16, 56 and 16. RGB value is (22,86,22). Sum of RGB (Red+Green+Blue) = 22+86+22=130 (17% of max value = 765). Red value is 22 (8.98% from 255 or 16.92% from 130); Green value is 86 (33.98% from 255 or 66.15% from 130); Blue value is 22 (8.98% from 255 or 16.92% from 130); Max value from RGB is 86 - color contains mainly: green. Hex color #165616 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #165616 is #E9A9E9. Grayscale: #3B3B3B. Windows color (decimal): -15313386 or 1463830. OLE color: 1463830.

HSL color Cylindrical-coordinate representation of color #165616: hue angle of 120º 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 #165616 is Cyan = 0.74, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.66.

Color convert

RGB228622-
CMYK0.7400.740.66
HSL120º59.26%21.18%-
HSV(B)120º74.42%33.73%-
XYZ3.86.881.89-
YUV59.57106.8101.2-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 16.92%
GREEN value IS 86 (33.98% from 255) = 66.15%
BLUE value IS 22 (8.98% from 255) = 16.92%
R=16.92%
G=66.15%
B=16.92%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal2286220.7400.740.6612059.2621.18
Hex1656164A04A42783b15
Octal261262611201121021707325
Binary101101010110101101001010010010101000010111100011101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #165616

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #165616; }

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

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

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

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

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

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

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

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