#16480F

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

Shades of Myrtle #16480F

Tints of Myrtle #16480F

Color information

#16480F (or 0x16480F) is unknown color: approx Myrtle. HEX triplet: 16, 48 and 0F. RGB value is (22,72,15). Sum of RGB (Red+Green+Blue) = 22+72+15=109 (14% of max value = 765). Red value is 22 (8.98% from 255 or 20.18% from 109); Green value is 72 (28.52% from 255 or 66.06% from 109); Blue value is 15 (6.25% from 255 or 13.76% from 109); Max value from RGB is 72 - color contains mainly: green. Hex color #16480F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #16480F is #E9B7F0. Grayscale: #323232. Windows color (decimal): -15316977 or 1001494. OLE color: 1001494.

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

Color convert

RGB227215-
CMYK0.6900.790.72
HSL112.63º65.52%17.06%-
HSV(B)112.63º79.17%28.24%-
XYZ2.734.841.24-
YUV50.55107.94107.63-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 20.18%
GREEN value IS 72 (28.52% from 255) = 66.06%
BLUE value IS 15 (6.25% from 255) = 13.76%
R=20.18%
G=66.06%
B=13.76%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal2272150.6900.790.72112.6365.5217.06
Hex1648F4504F48714211
Octal2611017105011711016110221
Binary101101001000111110001010100111110010001110001100001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16480F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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