#0F4005

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

Shades of Myrtle #0F4005

Tints of Myrtle #0F4005

Color information

#0F4005 (or 0x0F4005) is unknown color: approx Myrtle. HEX triplet: 0F, 40 and 05. RGB value is (15,64,5). Sum of RGB (Red+Green+Blue) = 15+64+5=84 (11% of max value = 765). Red value is 15 (6.25% from 255 or 17.86% from 84); Green value is 64 (25.39% from 255 or 76.19% from 84); Blue value is 5 (2.34% from 255 or 5.95% from 84); Max value from RGB is 64 - color contains mainly: green. Hex color #0F4005 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0F4005 is #F0BFFA. Grayscale: #2A2A2A. Windows color (decimal): -15777787 or 344079. OLE color: 344079.

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

Color convert

RGB15645-
CMYK0.7700.920.75
HSL109.83º85.51%13.53%-
HSV(B)109.83º92.19%25.1%-
XYZ2.063.780.76-
YUV42.62106.77108.3-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 17.86%
GREEN value IS 64 (25.39% from 255) = 76.19%
BLUE value IS 5 (2.34% from 255) = 5.95%
R=17.86%
G=76.19%
B=5.95%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal156450.7700.920.75109.8385.5113.53
HexF4054D05C4B6e56e
Octal171005115013411315612616
Binary111110000001011001101010111001001011110111010101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F4005

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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