#16490F

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

Shades of Myrtle #16490F

Tints of Myrtle #16490F

Color information

#16490F (or 0x16490F) is unknown color: approx Myrtle. HEX triplet: 16, 49 and 0F. RGB value is (22,73,15). Sum of RGB (Red+Green+Blue) = 22+73+15=110 (14% of max value = 765). Red value is 22 (8.98% from 255 or 20% from 110); Green value is 73 (28.91% from 255 or 66.36% from 110); Blue value is 15 (6.25% from 255 or 13.64% from 110); Max value from RGB is 73 - color contains mainly: green. Hex color #16490F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #16490F is #E9B6F0. Grayscale: #333333. Windows color (decimal): -15316721 or 1001750. OLE color: 1001750.

HSL color Cylindrical-coordinate representation of color #16490F: hue angle of 112.76º degrees, saturation: 0.66, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #16490F is Cyan = 0.70, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.71.

Color convert

RGB227315-
CMYK0.7000.790.71
HSL112.76º65.91%17.25%-
HSV(B)112.76º79.45%28.63%-
XYZ2.84.971.26-
YUV51.14107.6107.22-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 20%
GREEN value IS 73 (28.91% from 255) = 66.36%
BLUE value IS 15 (6.25% from 255) = 13.64%
R=20%
G=66.36%
B=13.64%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal2273150.7000.790.71112.7665.9117.25
Hex1649F4604F47714211
Octal2611117106011710716110221
Binary101101001001111110001100100111110001111110001100001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16490F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #16490F; }

 p { color: rgb(22,73,15); }

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

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

 a { background-color: rgb(22,73,15); }

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

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

 span { border-color: rgb(22,73,15); }

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