#164D1D

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

Shades of Myrtle #164D1D

Tints of Myrtle #164D1D

Color information

#164D1D (or 0x164D1D) is unknown color: approx Myrtle. HEX triplet: 16, 4D and 1D. RGB value is (22,77,29). Sum of RGB (Red+Green+Blue) = 22+77+29=128 (16% of max value = 765). Red value is 22 (8.98% from 255 or 17.19% from 128); Green value is 77 (30.47% from 255 or 60.16% from 128); Blue value is 29 (11.72% from 255 or 22.66% from 128); Max value from RGB is 77 - color contains mainly: green. Hex color #164D1D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #164D1D is #E9B2E2. Grayscale: #373737. Windows color (decimal): -15315683 or 1920278. OLE color: 1920278.

HSL color Cylindrical-coordinate representation of color #164D1D: hue angle of 127.64º degrees, saturation: 0.56, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #164D1D is Cyan = 0.71, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.70.

Color convert

RGB227729-
CMYK0.7100.620.70
HSL127.64º55.56%19.41%-
HSV(B)127.64º71.43%30.2%-
XYZ3.215.572.07-
YUV55.08113.28104.4-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 17.19%
GREEN value IS 77 (30.47% from 255) = 60.16%
BLUE value IS 29 (11.72% from 255) = 22.66%
R=17.19%
G=60.16%
B=22.66%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal2277290.7100.620.70127.6455.5619.41
Hex164D1D4703E46803813
Octal26115351070761062007023
Binary101101001101111011000111011111010001101000000011100010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #164D1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(22,77,29); }

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

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

 a { background-color: rgb(22,77,29); }

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

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

 span { border-color: rgb(22,77,29); }

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