#16461B

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

Shades of Myrtle #16461B

Tints of Myrtle #16461B

Color information

#16461B (or 0x16461B) is unknown color: approx Myrtle. HEX triplet: 16, 46 and 1B. RGB value is (22,70,27). Sum of RGB (Red+Green+Blue) = 22+70+27=119 (15% of max value = 765). Red value is 22 (8.98% from 255 or 18.49% from 119); Green value is 70 (27.73% from 255 or 58.82% from 119); Blue value is 27 (10.94% from 255 or 22.69% from 119); Max value from RGB is 70 - color contains mainly: green. Hex color #16461B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #16461B is #E9B9E4. Grayscale: #323232. Windows color (decimal): -15317477 or 1787414. OLE color: 1787414.

HSL color Cylindrical-coordinate representation of color #16461B: hue angle of 126.25º 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 #16461B is Cyan = 0.69, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.73.

Color convert

RGB227027-
CMYK0.6900.610.73
HSL126.25º52.17%18.04%-
HSV(B)126.25º68.57%27.45%-
XYZ2.724.631.79-
YUV50.75114.6107.5-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 18.49%
GREEN value IS 70 (27.73% from 255) = 58.82%
BLUE value IS 27 (10.94% from 255) = 22.69%
R=18.49%
G=58.82%
B=22.69%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal2270270.6900.610.73126.2552.1718.04
Hex16461B4503D497e3412
Octal26106331050751111766422
Binary10110100011011011100010101111011001001111111011010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16461B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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