#164B06

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

Shades of Myrtle #164B06

Tints of Myrtle #164B06

Color information

#164B06 (or 0x164B06) is unknown color: approx Myrtle. HEX triplet: 16, 4B and 06. RGB value is (22,75,6). Sum of RGB (Red+Green+Blue) = 22+75+6=103 (13% of max value = 765). Red value is 22 (8.98% from 255 or 21.36% from 103); Green value is 75 (29.69% from 255 or 72.82% from 103); Blue value is 6 (2.73% from 255 or 5.83% from 103); Max value from RGB is 75 - color contains mainly: green. Hex color #164B06 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #164B06 is #E9B4F9. Grayscale: #333333. Windows color (decimal): -15316218 or 412438. OLE color: 412438.

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

Color convert

RGB22756-
CMYK0.7100.920.71
HSL106.09º85.19%15.88%-
HSV(B)106.09º92%29.41%-
XYZ2.885.221.03-
YUV51.29102.44107.11-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 21.36%
GREEN value IS 75 (29.69% from 255) = 72.82%
BLUE value IS 6 (2.73% from 255) = 5.83%
R=21.36%
G=72.82%
B=5.83%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal227560.7100.920.71106.0985.1915.88
Hex164B64705C476a5510
Octal261136107013410715212520
Binary10110100101111010001110101110010001111101010101010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #164B06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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