#164B1C

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

Shades of Myrtle #164B1C

Tints of Myrtle #164B1C

Color information

#164B1C (or 0x164B1C) is unknown color: approx Myrtle. HEX triplet: 16, 4B and 1C. RGB value is (22,75,28). Sum of RGB (Red+Green+Blue) = 22+75+28=125 (16% of max value = 765). Red value is 22 (8.98% from 255 or 17.6% from 125); Green value is 75 (29.69% from 255 or 60% from 125); Blue value is 28 (11.33% from 255 or 22.4% from 125); Max value from RGB is 75 - color contains mainly: green. Hex color #164B1C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #164B1C is #E9B4E3. Grayscale: #353535. Windows color (decimal): -15316196 or 1854230. OLE color: 1854230.

HSL color Cylindrical-coordinate representation of color #164B1C: hue angle of 126.79º degrees, saturation: 0.55, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #164B1C is Cyan = 0.71, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.71.

Color convert

RGB227528-
CMYK0.7100.630.71
HSL126.79º54.64%19.02%-
HSV(B)126.79º70.67%29.41%-
XYZ3.065.291.96-
YUV53.79113.44105.32-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 17.6%
GREEN value IS 75 (29.69% from 255) = 60%
BLUE value IS 28 (11.33% from 255) = 22.4%
R=17.6%
G=60%
B=22.4%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal2275280.7100.630.71126.7954.6419.02
Hex164B1C4703F477f3713
Octal26113341070771071776723
Binary10110100101111100100011101111111000111111111111011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #164B1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(22,75,28); }

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

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

 a { background-color: rgb(22,75,28); }

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

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

 span { border-color: rgb(22,75,28); }

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