#163F15

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

Shades of Myrtle #163F15

Tints of Myrtle #163F15

Color information

#163F15 (or 0x163F15) is unknown color: approx Myrtle. HEX triplet: 16, 3F and 15. RGB value is (22,63,21). Sum of RGB (Red+Green+Blue) = 22+63+21=106 (14% of max value = 765). Red value is 22 (8.98% from 255 or 20.75% from 106); Green value is 63 (25% from 255 or 59.43% from 106); Blue value is 21 (8.59% from 255 or 19.81% from 106); Max value from RGB is 63 - color contains mainly: green. Hex color #163F15 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #163F15 is #E9C0EA. Grayscale: #2E2E2E. Windows color (decimal): -15319275 or 1392406. OLE color: 1392406.

HSL color Cylindrical-coordinate representation of color #163F15: hue angle of 118.57º degrees, saturation: 0.5, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #163F15 is Cyan = 0.65, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.75.

Color convert

RGB226321-
CMYK0.6500.670.75
HSL118.57º50%16.47%-
HSV(B)118.57º66.67%24.71%-
XYZ2.243.781.32-
YUV45.95113.92110.92-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 20.75%
GREEN value IS 63 (25% from 255) = 59.43%
BLUE value IS 21 (8.59% from 255) = 19.81%
R=20.75%
G=59.43%
B=19.81%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal2263210.6500.670.75118.575016.47
Hex163F15410434B773210
Octal26772510101031131676220
Binary10110111111101011000001010000111001011111011111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #163F15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(22,63,21); }

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

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

 a { background-color: rgb(22,63,21); }

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

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

 span { border-color: rgb(22,63,21); }

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