#165B12

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

Shades of Myrtle #165B12

Tints of Myrtle #165B12

Color information

#165B12 (or 0x165B12) is unknown color: approx Myrtle. HEX triplet: 16, 5B and 12. RGB value is (22,91,18). Sum of RGB (Red+Green+Blue) = 22+91+18=131 (17% of max value = 765). Red value is 22 (8.98% from 255 or 16.79% from 131); Green value is 91 (35.94% from 255 or 69.47% from 131); Blue value is 18 (7.42% from 255 or 13.74% from 131); Max value from RGB is 91 - color contains mainly: green. Hex color #165B12 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #165B12 is #E9A4ED. Grayscale: #3E3E3E. Windows color (decimal): -15312110 or 1202966. OLE color: 1202966.

HSL color Cylindrical-coordinate representation of color #165B12: hue angle of 116.71º degrees, saturation: 0.67, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #165B12 is Cyan = 0.76, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.64.

Color convert

RGB229118-
CMYK0.7600.800.64
HSL116.71º66.97%21.37%-
HSV(B)116.71º80.22%35.69%-
XYZ4.187.71.84-
YUV62.05103.1499.44-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 16.79%
GREEN value IS 91 (35.94% from 255) = 69.47%
BLUE value IS 18 (7.42% from 255) = 13.74%
R=16.79%
G=69.47%
B=13.74%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal2291180.7600.800.64116.7166.9721.37
Hex165B124C05040754315
Octal2613322114012010016510325
Binary1011010110111001010011000101000010000001110101100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #165B12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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