#16511C

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

Shades of Myrtle #16511C

Tints of Myrtle #16511C

Color information

#16511C (or 0x16511C) is unknown color: approx Myrtle. HEX triplet: 16, 51 and 1C. RGB value is (22,81,28). Sum of RGB (Red+Green+Blue) = 22+81+28=131 (17% of max value = 765). Red value is 22 (8.98% from 255 or 16.79% from 131); Green value is 81 (32.03% from 255 or 61.83% from 131); Blue value is 28 (11.33% from 255 or 21.37% from 131); Max value from RGB is 81 - color contains mainly: green. Hex color #16511C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #16511C is #E9AEE3. Grayscale: #393939. Windows color (decimal): -15314660 or 1855766. OLE color: 1855766.

HSL color Cylindrical-coordinate representation of color #16511C: hue angle of 126.1º degrees, saturation: 0.57, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #16511C is Cyan = 0.73, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.68.

Color convert

RGB228128-
CMYK0.7300.650.68
HSL126.1º57.28%20.2%-
HSV(B)126.1º72.84%31.76%-
XYZ3.486.142.1-
YUV57.32111.45102.81-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 16.79%
GREEN value IS 81 (32.03% from 255) = 61.83%
BLUE value IS 28 (11.33% from 255) = 21.37%
R=16.79%
G=61.83%
B=21.37%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal2281280.7300.650.68126.157.2820.2
Hex16511C49041447e3914
Octal261213411101011041767124
Binary101101010001111001001001010000011000100111111011100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16511C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #16511C; }

 p { color: rgb(22,81,28); }

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

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

 a { background-color: rgb(22,81,28); }

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

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

 span { border-color: rgb(22,81,28); }

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