#162513

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

Shades of Myrtle #162513

Tints of Myrtle #162513

Color information

#162513 (or 0x162513) is unknown color: approx Myrtle. HEX triplet: 16, 25 and 13. RGB value is (22,37,19). Sum of RGB (Red+Green+Blue) = 22+37+19=78 (10% of max value = 765). Red value is 22 (8.98% from 255 or 28.21% from 78); Green value is 37 (14.84% from 255 or 47.44% from 78); Blue value is 19 (7.81% from 255 or 24.36% from 78); Max value from RGB is 37 - color contains mainly: green. Hex color #162513 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #162513 is #E9DAEC. Grayscale: #1E1E1E. Windows color (decimal): -15325933 or 1254678. OLE color: 1254678.

HSL color Cylindrical-coordinate representation of color #162513: hue angle of 110º degrees, saturation: 0.32, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #162513 is Cyan = 0.41, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.85.

Color convert

RGB223719-
CMYK0.4100.490.85
HSL110º32.14%10.98%-
HSV(B)110º48.65%14.51%-
XYZ1.111.540.85-
YUV30.46121.53121.96-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 28.21%
GREEN value IS 37 (14.84% from 255) = 47.44%
BLUE value IS 19 (7.81% from 255) = 24.36%
R=28.21%
G=47.44%
B=24.36%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal2237190.4100.490.8511032.1410.98
Hex16251329031556e20b
Octal264523510611251564013
Binary10110100101100111010010110001101010111011101000001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #162513

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #162513; }

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

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

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

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

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

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

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

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