#165F14

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

Shades of Myrtle #165F14

Tints of Myrtle #165F14

Color information

#165F14 (or 0x165F14) is unknown color: approx Myrtle. HEX triplet: 16, 5F and 14. RGB value is (22,95,20). Sum of RGB (Red+Green+Blue) = 22+95+20=137 (18% of max value = 765). Red value is 22 (8.98% from 255 or 16.06% from 137); Green value is 95 (37.5% from 255 or 69.34% from 137); Blue value is 20 (8.20% from 255 or 14.60% from 137); Max value from RGB is 95 - color contains mainly: green. Hex color #165F14 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #165F14 is #E9A0EB. Grayscale: #404040. Windows color (decimal): -15311084 or 1335062. OLE color: 1335062.

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

Color convert

RGB229520-
CMYK0.7700.790.63
HSL118.4º65.22%22.55%-
HSV(B)118.4º78.95%37.25%-
XYZ4.558.412.04-
YUV64.62102.8297.6-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 16.06%
GREEN value IS 95 (37.5% from 255) = 69.34%
BLUE value IS 20 (8.20% from 255) = 14.60%
R=16.06%
G=69.34%
B=14.60%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal2295200.7700.790.63118.465.2222.55
Hex165F144D04F3F764117
Octal261372411501177716610127
Binary101101011111101001001101010011111111111110110100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #165F14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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