#163B18

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

Shades of Myrtle #163B18

Tints of Myrtle #163B18

Color information

#163B18 (or 0x163B18) is unknown color: approx Myrtle. HEX triplet: 16, 3B and 18. RGB value is (22,59,24). Sum of RGB (Red+Green+Blue) = 22+59+24=105 (13% of max value = 765). Red value is 22 (8.98% from 255 or 20.95% from 105); Green value is 59 (23.44% from 255 or 56.19% from 105); Blue value is 24 (9.77% from 255 or 22.86% from 105); Max value from RGB is 59 - color contains mainly: green. Hex color #163B18 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #163B18 is #E9C4E7. Grayscale: #2C2C2C. Windows color (decimal): -15320296 or 1587990. OLE color: 1587990.

HSL color Cylindrical-coordinate representation of color #163B18: hue angle of 123.24º degrees, saturation: 0.46, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #163B18 is Cyan = 0.63, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.77.

Color convert

RGB225924-
CMYK0.6300.590.77
HSL123.24º45.68%15.88%-
HSV(B)123.24º62.71%23.14%-
XYZ2.063.361.4-
YUV43.95116.74112.35-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 20.95%
GREEN value IS 59 (23.44% from 255) = 56.19%
BLUE value IS 24 (9.77% from 255) = 22.86%
R=20.95%
G=56.19%
B=22.86%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal2259240.6300.590.77123.2445.6815.88
Hex163B183F03B4D7b2e10
Octal267330770731151735620
Binary101101110111100011111101110111001101111101110111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #163B18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #163B18; }

 p { color: rgb(22,59,24); }

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

<style>
 a { background-color: #163B18; }

 a { background-color: rgb(22,59,24); }

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

<style>
 span { border-color: #163B18; }

 span { border-color: rgb(22,59,24); }

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