#0F4516

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

Shades of Myrtle #0F4516

Tints of Myrtle #0F4516

Color information

#0F4516 (or 0x0F4516) is unknown color: approx Myrtle. HEX triplet: 0F, 45 and 16. RGB value is (15,69,22). Sum of RGB (Red+Green+Blue) = 15+69+22=106 (14% of max value = 765). Red value is 15 (6.25% from 255 or 14.15% from 106); Green value is 69 (27.34% from 255 or 65.09% from 106); Blue value is 22 (8.98% from 255 or 20.75% from 106); Max value from RGB is 69 - color contains mainly: green. Hex color #0F4516 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0F4516 is #F0BAE9. Grayscale: #2F2F2F. Windows color (decimal): -15776490 or 1459471. OLE color: 1459471.

HSL color Cylindrical-coordinate representation of color #0F4516: hue angle of 127.78º degrees, saturation: 0.64, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #0F4516 is Cyan = 0.78, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.73.

Color convert

RGB156922-
CMYK0.7800.680.73
HSL127.78º64.29%16.47%-
HSV(B)127.78º78.26%27.06%-
XYZ2.474.421.48-
YUV47.5113.61104.82-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 14.15%
GREEN value IS 69 (27.34% from 255) = 65.09%
BLUE value IS 22 (8.98% from 255) = 20.75%
R=14.15%
G=65.09%
B=20.75%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal1569220.7800.680.73127.7864.2916.47
HexF45164E04449804010
Octal1710526116010411120010020
Binary1111100010110110100111001000100100100110000000100000010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F4516

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0F4516; }

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

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

<style>
 a { background-color: #0F4516; }

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

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

<style>
 span { border-color: #0F4516; }

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

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