#163C15

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

Shades of Myrtle #163C15

Tints of Myrtle #163C15

Color information

#163C15 (or 0x163C15) is unknown color: approx Myrtle. HEX triplet: 16, 3C and 15. RGB value is (22,60,21). Sum of RGB (Red+Green+Blue) = 22+60+21=103 (13% of max value = 765). Red value is 22 (8.98% from 255 or 21.36% from 103); Green value is 60 (23.83% from 255 or 58.25% from 103); Blue value is 21 (8.59% from 255 or 20.39% from 103); Max value from RGB is 60 - color contains mainly: green. Hex color #163C15 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #163C15 is #E9C3EA. Grayscale: #2C2C2C. Windows color (decimal): -15320043 or 1391638. OLE color: 1391638.

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

Color convert

RGB226021-
CMYK0.6300.650.76
HSL118.46º48.15%15.88%-
HSV(B)118.46º65%23.53%-
XYZ2.083.461.27-
YUV44.19114.91112.17-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 21.36%
GREEN value IS 60 (23.83% from 255) = 58.25%
BLUE value IS 21 (8.59% from 255) = 20.39%
R=21.36%
G=58.25%
B=20.39%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal2260210.6300.650.76118.4648.1515.88
Hex163C153F0414C763010
Octal2674257701011141666020
Binary1011011110010101111111010000011001100111011011000010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #163C15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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