#165014

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

Shades of Myrtle #165014

Tints of Myrtle #165014

Color information

#165014 (or 0x165014) is unknown color: approx Myrtle. HEX triplet: 16, 50 and 14. RGB value is (22,80,20). Sum of RGB (Red+Green+Blue) = 22+80+20=122 (16% of max value = 765). Red value is 22 (8.98% from 255 or 18.03% from 122); Green value is 80 (31.64% from 255 or 65.57% from 122); Blue value is 20 (8.20% from 255 or 16.39% from 122); Max value from RGB is 80 - color contains mainly: green. Hex color #165014 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #165014 is #E9AFEB. Grayscale: #383838. Windows color (decimal): -15314924 or 1331222. OLE color: 1331222.

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

Color convert

RGB228020-
CMYK0.7200.750.69
HSL118º60%19.61%-
HSV(B)118º75%31.37%-
XYZ3.335.961.64-
YUV55.82107.78103.88-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 18.03%
GREEN value IS 80 (31.64% from 255) = 65.57%
BLUE value IS 20 (8.20% from 255) = 16.39%
R=18.03%
G=65.57%
B=16.39%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal2280200.7200.750.691186019.61
Hex1650144804B45763c14
Octal261202411001131051667424
Binary101101010000101001001000010010111000101111011011110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #165014

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #165014; }

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

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

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

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

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

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

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

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