#164C1D

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

Shades of Myrtle #164C1D

Tints of Myrtle #164C1D

Color information

#164C1D (or 0x164C1D) is unknown color: approx Myrtle. HEX triplet: 16, 4C and 1D. RGB value is (22,76,29). Sum of RGB (Red+Green+Blue) = 22+76+29=127 (16% of max value = 765). Red value is 22 (8.98% from 255 or 17.32% from 127); Green value is 76 (30.08% from 255 or 59.84% from 127); Blue value is 29 (11.72% from 255 or 22.83% from 127); Max value from RGB is 76 - color contains mainly: green. Hex color #164C1D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #164C1D is #E9B3E2. Grayscale: #363636. Windows color (decimal): -15315939 or 1920022. OLE color: 1920022.

HSL color Cylindrical-coordinate representation of color #164C1D: hue angle of 127.78º degrees, saturation: 0.55, 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 #164C1D is Cyan = 0.71, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.70.

Color convert

RGB227629-
CMYK0.7100.620.70
HSL127.78º55.1%19.22%-
HSV(B)127.78º71.05%29.8%-
XYZ3.145.432.04-
YUV54.5113.61104.82-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 17.32%
GREEN value IS 76 (30.08% from 255) = 59.84%
BLUE value IS 29 (11.72% from 255) = 22.83%
R=17.32%
G=59.84%
B=22.83%

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
Decimal2276290.7100.620.70127.7855.119.22
Hex164C1D4703E46803713
Octal26114351070761062006723
Binary101101001100111011000111011111010001101000000011011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #164C1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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