#16461C

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

Shades of Myrtle #16461C

Tints of Myrtle #16461C

Color information

#16461C (or 0x16461C) is unknown color: approx Myrtle. HEX triplet: 16, 46 and 1C. RGB value is (22,70,28). Sum of RGB (Red+Green+Blue) = 22+70+28=120 (15% of max value = 765). Red value is 22 (8.98% from 255 or 18.33% from 120); Green value is 70 (27.73% from 255 or 58.33% from 120); Blue value is 28 (11.33% from 255 or 23.33% from 120); Max value from RGB is 70 - color contains mainly: green. Hex color #16461C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #16461C is #E9B9E3. Grayscale: #323232. Windows color (decimal): -15317476 or 1852950. OLE color: 1852950.

HSL color Cylindrical-coordinate representation of color #16461C: hue angle of 127.5º degrees, saturation: 0.52, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #16461C is Cyan = 0.69, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.73.

Color convert

RGB227028-
CMYK0.6900.600.73
HSL127.5º52.17%18.04%-
HSV(B)127.5º68.57%27.45%-
XYZ2.734.631.85-
YUV50.86115.1107.42-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 18.33%
GREEN value IS 70 (27.73% from 255) = 58.33%
BLUE value IS 28 (11.33% from 255) = 23.33%
R=18.33%
G=58.33%
B=23.33%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal2270280.6900.600.73127.552.1718.04
Hex16461C4503C49803412
Octal26106341050741112006422
Binary101101000110111001000101011110010010011000000011010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16461C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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