#163115

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

Shades of Myrtle #163115

Tints of Myrtle #163115

Color information

#163115 (or 0x163115) is unknown color: approx Myrtle. HEX triplet: 16, 31 and 15. RGB value is (22,49,21). Sum of RGB (Red+Green+Blue) = 22+49+21=92 (12% of max value = 765). Red value is 22 (8.98% from 255 or 23.91% from 92); Green value is 49 (19.53% from 255 or 53.26% from 92); Blue value is 21 (8.59% from 255 or 22.83% from 92); Max value from RGB is 49 - color contains mainly: green. Hex color #163115 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #163115 is #E9CEEA. Grayscale: #252525. Windows color (decimal): -15322859 or 1388822. OLE color: 1388822.

HSL color Cylindrical-coordinate representation of color #163115: hue angle of 117.86º degrees, saturation: 0.4, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #163115 is Cyan = 0.55, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.81.

Color convert

RGB224921-
CMYK0.5500.570.81
HSL117.86º40%13.73%-
HSV(B)117.86º57.14%19.22%-
XYZ1.562.421.09-
YUV37.73118.55116.78-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 23.91%
GREEN value IS 49 (19.53% from 255) = 53.26%
BLUE value IS 21 (8.59% from 255) = 22.83%
R=23.91%
G=53.26%
B=22.83%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal2249210.5500.570.81117.864013.73
Hex16311537039517628e
Octal266125670711211665016
Binary10110110001101011101110111001101000111101101010001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #163115

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #163115; }

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

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

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

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

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

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

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

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