#164F13

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

Shades of Myrtle #164F13

Tints of Myrtle #164F13

Color information

#164F13 (or 0x164F13) is unknown color: approx Myrtle. HEX triplet: 16, 4F and 13. RGB value is (22,79,19). Sum of RGB (Red+Green+Blue) = 22+79+19=120 (15% of max value = 765). Red value is 22 (8.98% from 255 or 18.33% from 120); Green value is 79 (31.25% from 255 or 65.83% from 120); Blue value is 19 (7.81% from 255 or 15.83% from 120); Max value from RGB is 79 - color contains mainly: green. Hex color #164F13 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #164F13 is #E9B0EC. Grayscale: #373737. Windows color (decimal): -15315181 or 1265430. OLE color: 1265430.

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

Color convert

RGB227919-
CMYK0.7200.760.69
HSL117º61.22%19.22%-
HSV(B)117º75.95%30.98%-
XYZ3.245.811.57-
YUV55.12107.62104.38-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 18.33%
GREEN value IS 79 (31.25% from 255) = 65.83%
BLUE value IS 19 (7.81% from 255) = 15.83%
R=18.33%
G=65.83%
B=15.83%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal2279190.7200.760.6911761.2219.22
Hex164F134804C45753d13
Octal261172311001141051657523
Binary101101001111100111001000010011001000101111010111110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #164F13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #164F13; }

 p { color: rgb(22,79,19); }

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

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

 a { background-color: rgb(22,79,19); }

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

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

 span { border-color: rgb(22,79,19); }

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