#16600D

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

Shades of Myrtle #16600D

Tints of Myrtle #16600D

Color information

#16600D (or 0x16600D) is unknown color: approx Myrtle. HEX triplet: 16, 60 and 0D. RGB value is (22,96,13). Sum of RGB (Red+Green+Blue) = 22+96+13=131 (17% of max value = 765). Red value is 22 (8.98% from 255 or 16.79% from 131); Green value is 96 (37.89% from 255 or 73.28% from 131); Blue value is 13 (5.47% from 255 or 9.92% from 131); Max value from RGB is 96 - color contains mainly: green. Hex color #16600D is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #16600D is #E99FF2. Grayscale: #404040. Windows color (decimal): -15310835 or 876566. OLE color: 876566.

HSL color Cylindrical-coordinate representation of color #16600D: hue angle of 113.49º degrees, saturation: 0.76, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #16600D is Cyan = 0.77, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.62.

Color convert

RGB229613-
CMYK0.7700.860.62
HSL113.49º76.15%21.37%-
HSV(B)113.49º86.46%37.65%-
XYZ4.598.571.79-
YUV64.4198.9897.75-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 16.79%
GREEN value IS 96 (37.89% from 255) = 73.28%
BLUE value IS 13 (5.47% from 255) = 9.92%
R=16.79%
G=73.28%
B=9.92%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2296130.7700.860.62113.4976.1521.37
Hex1660D4D0563E714c15
Octal261401511501267616111425
Binary10110110000011011001101010101101111101110001100110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16600D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #16600D; }

 p { color: rgb(22,96,13); }

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

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

 a { background-color: rgb(22,96,13); }

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

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

 span { border-color: rgb(22,96,13); }

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