#165D12

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

Shades of Myrtle #165D12

Tints of Myrtle #165D12

Color information

#165D12 (or 0x165D12) is unknown color: approx Myrtle. HEX triplet: 16, 5D and 12. RGB value is (22,93,18). Sum of RGB (Red+Green+Blue) = 22+93+18=133 (17% of max value = 765). Red value is 22 (8.98% from 255 or 16.54% from 133); Green value is 93 (36.72% from 255 or 69.92% from 133); Blue value is 18 (7.42% from 255 or 13.53% from 133); Max value from RGB is 93 - color contains mainly: green. Hex color #165D12 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #165D12 is #E9A2ED. Grayscale: #3F3F3F. Windows color (decimal): -15311598 or 1203478. OLE color: 1203478.

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

Color convert

RGB229318-
CMYK0.7600.810.64
HSL116.8º67.57%21.76%-
HSV(B)116.8º80.65%36.47%-
XYZ4.358.041.9-
YUV63.22102.4898.6-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 16.54%
GREEN value IS 93 (36.72% from 255) = 69.92%
BLUE value IS 18 (7.42% from 255) = 13.53%
R=16.54%
G=69.92%
B=13.53%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal2293180.7600.810.64116.867.5721.76
Hex165D124C05140754416
Octal2613522114012110016510426
Binary1011010111011001010011000101000110000001110101100010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #165D12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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