#165F1A

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

Shades of Myrtle #165F1A

Tints of Myrtle #165F1A

Color information

#165F1A (or 0x165F1A) is unknown color: approx Myrtle. HEX triplet: 16, 5F and 1A. RGB value is (22,95,26). Sum of RGB (Red+Green+Blue) = 22+95+26=143 (18% of max value = 765). Red value is 22 (8.98% from 255 or 15.38% from 143); Green value is 95 (37.5% from 255 or 66.43% from 143); Blue value is 26 (10.55% from 255 or 18.18% from 143); Max value from RGB is 95 - color contains mainly: green. Hex color #165F1A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #165F1A is #E9A0E5. Grayscale: #414141. Windows color (decimal): -15311078 or 1728278. OLE color: 1728278.

HSL color Cylindrical-coordinate representation of color #165F1A: hue angle of 123.29º degrees, saturation: 0.62, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #165F1A is Cyan = 0.77, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.63.

Color convert

RGB229526-
CMYK0.7700.730.63
HSL123.29º62.39%22.94%-
HSV(B)123.29º76.84%37.25%-
XYZ4.618.432.36-
YUV65.31105.8297.11-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 15.38%
GREEN value IS 95 (37.5% from 255) = 66.43%
BLUE value IS 26 (10.55% from 255) = 18.18%
R=15.38%
G=66.43%
B=18.18%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal2295260.7700.730.63123.2962.3922.94
Hex165F1A4D0493F7b3e17
Octal26137321150111771737627
Binary10110101111111010100110101001001111111111101111111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #165F1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #165F1A; }

 p { color: rgb(22,95,26); }

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

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

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

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

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

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

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