#165B1D

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

Shades of Myrtle #165B1D

Tints of Myrtle #165B1D

Color information

#165B1D (or 0x165B1D) is unknown color: approx Myrtle. HEX triplet: 16, 5B and 1D. RGB value is (22,91,29). Sum of RGB (Red+Green+Blue) = 22+91+29=142 (18% of max value = 765). Red value is 22 (8.98% from 255 or 15.49% from 142); Green value is 91 (35.94% from 255 or 64.08% from 142); Blue value is 29 (11.72% from 255 or 20.42% from 142); Max value from RGB is 91 - color contains mainly: green. Hex color #165B1D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #165B1D is #E9A4E2. Grayscale: #3F3F3F. Windows color (decimal): -15312099 or 1923862. OLE color: 1923862.

HSL color Cylindrical-coordinate representation of color #165B1D: hue angle of 126.09º degrees, saturation: 0.61, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #165B1D is Cyan = 0.76, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.64.

Color convert

RGB229129-
CMYK0.7600.680.64
HSL126.09º61.06%22.16%-
HSV(B)126.09º75.82%35.69%-
XYZ4.297.742.43-
YUV63.3108.6498.54-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 15.49%
GREEN value IS 91 (35.94% from 255) = 64.08%
BLUE value IS 29 (11.72% from 255) = 20.42%
R=15.49%
G=64.08%
B=20.42%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal2291290.7600.680.64126.0961.0622.16
Hex165B1D4C044407e3d16
Octal261333511401041001767526
Binary101101011011111011001100010001001000000111111011110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #165B1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(22,91,29); }

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

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

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

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

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

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

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