#164E13

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

Shades of Myrtle #164E13

Tints of Myrtle #164E13

Color information

#164E13 (or 0x164E13) is unknown color: approx Myrtle. HEX triplet: 16, 4E and 13. RGB value is (22,78,19). Sum of RGB (Red+Green+Blue) = 22+78+19=119 (15% of max value = 765). Red value is 22 (8.98% from 255 or 18.49% from 119); Green value is 78 (30.86% from 255 or 65.55% from 119); Blue value is 19 (7.81% from 255 or 15.97% from 119); Max value from RGB is 78 - color contains mainly: green. Hex color #164E13 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #164E13 is #E9B1EC. Grayscale: #363636. Windows color (decimal): -15315437 or 1265174. OLE color: 1265174.

HSL color Cylindrical-coordinate representation of color #164E13: hue angle of 116.95º 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 #164E13 is Cyan = 0.72, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.69.

Color convert

RGB227819-
CMYK0.7200.760.69
HSL116.95º60.82%19.02%-
HSV(B)116.95º75.64%30.59%-
XYZ3.175.671.54-
YUV54.53107.95104.8-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 18.49%
GREEN value IS 78 (30.86% from 255) = 65.55%
BLUE value IS 19 (7.81% from 255) = 15.97%
R=18.49%
G=65.55%
B=15.97%

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
Decimal2278190.7200.760.69116.9560.8219.02
Hex164E134804C45753d13
Octal261162311001141051657523
Binary101101001110100111001000010011001000101111010111110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #164E13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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