#0F4016

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

Shades of Myrtle #0F4016

Tints of Myrtle #0F4016

Color information

#0F4016 (or 0x0F4016) is unknown color: approx Myrtle. HEX triplet: 0F, 40 and 16. RGB value is (15,64,22). Sum of RGB (Red+Green+Blue) = 15+64+22=101 (13% of max value = 765). Red value is 15 (6.25% from 255 or 14.85% from 101); Green value is 64 (25.39% from 255 or 63.37% from 101); Blue value is 22 (8.98% from 255 or 21.78% from 101); Max value from RGB is 64 - color contains mainly: green. Hex color #0F4016 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0F4016 is #F0BFE9. Grayscale: #2C2C2C. Windows color (decimal): -15777770 or 1458191. OLE color: 1458191.

HSL color Cylindrical-coordinate representation of color #0F4016: hue angle of 128.57º degrees, saturation: 0.62, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #0F4016 is Cyan = 0.77, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.75.

Color convert

RGB156422-
CMYK0.7700.660.75
HSL128.57º62.03%15.49%-
HSV(B)128.57º76.56%25.1%-
XYZ2.183.831.38-
YUV44.56115.27106.92-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 14.85%
GREEN value IS 64 (25.39% from 255) = 63.37%
BLUE value IS 22 (8.98% from 255) = 21.78%
R=14.85%
G=63.37%
B=21.78%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1564220.7700.660.75128.5762.0315.49
HexF40164D0424B813ef
Octal171002611501021132017617
Binary11111000000101101001101010000101001011100000011111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F4016

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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