#165416

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

Shades of Myrtle #165416

Tints of Myrtle #165416

Color information

#165416 (or 0x165416) is unknown color: approx Myrtle. HEX triplet: 16, 54 and 16. RGB value is (22,84,22). Sum of RGB (Red+Green+Blue) = 22+84+22=128 (16% of max value = 765). Red value is 22 (8.98% from 255 or 17.19% from 128); Green value is 84 (33.20% from 255 or 65.62% from 128); Blue value is 22 (8.98% from 255 or 17.19% from 128); Max value from RGB is 84 - color contains mainly: green. Hex color #165416 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #165416 is #E9ABE9. Grayscale: #3A3A3A. Windows color (decimal): -15313898 or 1463318. OLE color: 1463318.

HSL color Cylindrical-coordinate representation of color #165416: hue angle of 120º degrees, saturation: 0.58, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #165416 is Cyan = 0.74, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.67.

Color convert

RGB228422-
CMYK0.7400.740.67
HSL120º58.49%20.78%-
HSV(B)120º73.81%32.94%-
XYZ3.656.571.83-
YUV58.39107.46102.04-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 17.19%
GREEN value IS 84 (33.20% from 255) = 65.62%
BLUE value IS 22 (8.98% from 255) = 17.19%
R=17.19%
G=65.62%
B=17.19%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2284220.7400.740.6712058.4920.78
Hex1654164A04A43783a15
Octal261242611201121031707225
Binary101101010100101101001010010010101000011111100011101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #165416

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #165416; }

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

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

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

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

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

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

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

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