#165017

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

Shades of Myrtle #165017

Tints of Myrtle #165017

Color information

#165017 (or 0x165017) is unknown color: approx Myrtle. HEX triplet: 16, 50 and 17. RGB value is (22,80,23). Sum of RGB (Red+Green+Blue) = 22+80+23=125 (16% of max value = 765). Red value is 22 (8.98% from 255 or 17.6% from 125); Green value is 80 (31.64% from 255 or 64% from 125); Blue value is 23 (9.38% from 255 or 18.4% from 125); Max value from RGB is 80 - color contains mainly: green. Hex color #165017 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #165017 is #E9AFE8. Grayscale: #383838. Windows color (decimal): -15314921 or 1527830. OLE color: 1527830.

HSL color Cylindrical-coordinate representation of color #165017: hue angle of 121.03º degrees, saturation: 0.57, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #165017 is Cyan = 0.72, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.69.

Color convert

RGB228023-
CMYK0.7200.710.69
HSL121.03º56.86%20%-
HSV(B)121.03º72.5%31.37%-
XYZ3.355.971.79-
YUV56.16109.28103.63-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 17.6%
GREEN value IS 80 (31.64% from 255) = 64%
BLUE value IS 23 (9.38% from 255) = 18.4%
R=17.6%
G=64%
B=18.4%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal2280230.7200.710.69121.0356.8620
Hex1650174804745793914
Octal261202711001071051717124
Binary101101010000101111001000010001111000101111100111100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #165017

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #165017; }

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

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

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

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

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

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

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

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