#163913

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

Shades of Myrtle #163913

Tints of Myrtle #163913

Color information

#163913 (or 0x163913) is unknown color: approx Myrtle. HEX triplet: 16, 39 and 13. RGB value is (22,57,19). Sum of RGB (Red+Green+Blue) = 22+57+19=98 (12% of max value = 765). Red value is 22 (8.98% from 255 or 22.45% from 98); Green value is 57 (22.66% from 255 or 58.16% from 98); Blue value is 19 (7.81% from 255 or 19.39% from 98); Max value from RGB is 57 - color contains mainly: green. Hex color #163913 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #163913 is #E9C6EC. Grayscale: #2A2A2A. Windows color (decimal): -15320813 or 1259798. OLE color: 1259798.

HSL color Cylindrical-coordinate representation of color #163913: hue angle of 115.26º degrees, saturation: 0.5, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #163913 is Cyan = 0.61, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.78.

Color convert

RGB225719-
CMYK0.6100.670.78
HSL115.26º50%14.9%-
HSV(B)115.26º66.67%22.35%-
XYZ1.913.141.12-
YUV42.2114.9113.59-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 22.45%
GREEN value IS 57 (22.66% from 255) = 58.16%
BLUE value IS 19 (7.81% from 255) = 19.39%
R=22.45%
G=58.16%
B=19.39%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal2257190.6100.670.78115.265014.9
Hex1639133D0434E7332f
Octal2671237501031161636217
Binary101101110011001111110101000011100111011100111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #163913

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #163913; }

 p { color: rgb(22,57,19); }

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

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

 a { background-color: rgb(22,57,19); }

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

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

 span { border-color: rgb(22,57,19); }

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