#163D14

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

Shades of Myrtle #163D14

Tints of Myrtle #163D14

Color information

#163D14 (or 0x163D14) is unknown color: approx Myrtle. HEX triplet: 16, 3D and 14. RGB value is (22,61,20). Sum of RGB (Red+Green+Blue) = 22+61+20=103 (13% of max value = 765). Red value is 22 (8.98% from 255 or 21.36% from 103); Green value is 61 (24.22% from 255 or 59.22% from 103); Blue value is 20 (8.20% from 255 or 19.42% from 103); Max value from RGB is 61 - color contains mainly: green. Hex color #163D14 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #163D14 is #E9C2EB. Grayscale: #2C2C2C. Windows color (decimal): -15319788 or 1326358. OLE color: 1326358.

HSL color Cylindrical-coordinate representation of color #163D14: hue angle of 117.07º degrees, saturation: 0.51, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #163D14 is Cyan = 0.64, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.76.

Color convert

RGB226120-
CMYK0.6400.670.76
HSL117.07º50.62%15.88%-
HSV(B)117.07º67.21%23.92%-
XYZ2.133.561.24-
YUV44.66114.08111.83-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 21.36%
GREEN value IS 61 (24.22% from 255) = 59.22%
BLUE value IS 20 (8.20% from 255) = 19.42%
R=21.36%
G=59.22%
B=19.42%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal2261200.6400.670.76117.0750.6215.88
Hex163D14400434C753310
Octal26752410001031141656320
Binary10110111101101001000000010000111001100111010111001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #163D14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(22,61,20); }

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

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

 a { background-color: rgb(22,61,20); }

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

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

 span { border-color: rgb(22,61,20); }

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