#165011

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

Shades of Myrtle #165011

Tints of Myrtle #165011

Color information

#165011 (or 0x165011) is unknown color: approx Myrtle. HEX triplet: 16, 50 and 11. RGB value is (22,80,17). Sum of RGB (Red+Green+Blue) = 22+80+17=119 (15% of max value = 765). Red value is 22 (8.98% from 255 or 18.49% from 119); Green value is 80 (31.64% from 255 or 67.23% from 119); Blue value is 17 (7.03% from 255 or 14.29% from 119); Max value from RGB is 80 - color contains mainly: green. Hex color #165011 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #165011 is #E9AFEE. Grayscale: #373737. Windows color (decimal): -15314927 or 1134614. OLE color: 1134614.

HSL color Cylindrical-coordinate representation of color #165011: hue angle of 115.24º degrees, saturation: 0.65, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #165011 is Cyan = 0.72, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.69.

Color convert

RGB228017-
CMYK0.7200.790.69
HSL115.24º64.95%19.02%-
HSV(B)115.24º78.75%31.37%-
XYZ3.35.951.5-
YUV55.48106.28104.12-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 18.49%
GREEN value IS 80 (31.64% from 255) = 67.23%
BLUE value IS 17 (7.03% from 255) = 14.29%
R=18.49%
G=67.23%
B=14.29%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal2280170.7200.790.69115.2464.9519.02
Hex1650114804F45734113
Octal2612021110011710516310123
Binary1011010100001000110010000100111110001011110011100000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #165011

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #165011; }

 p { color: rgb(22,80,17); }

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

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

 a { background-color: rgb(22,80,17); }

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

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

 span { border-color: rgb(22,80,17); }

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