#0F4010

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

Shades of Myrtle #0F4010

Tints of Myrtle #0F4010

Color information

#0F4010 (or 0x0F4010) is unknown color: approx Myrtle. HEX triplet: 0F, 40 and 10. RGB value is (15,64,16). Sum of RGB (Red+Green+Blue) = 15+64+16=95 (12% of max value = 765). Red value is 15 (6.25% from 255 or 15.79% from 95); Green value is 64 (25.39% from 255 or 67.37% from 95); Blue value is 16 (6.64% from 255 or 16.84% from 95); Max value from RGB is 64 - color contains mainly: green. Hex color #0F4010 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0F4010 is #F0BFEF. Grayscale: #2C2C2C. Windows color (decimal): -15777776 or 1064975. OLE color: 1064975.

HSL color Cylindrical-coordinate representation of color #0F4010: hue angle of 121.22º 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 #0F4010 is Cyan = 0.77, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.75.

Color convert

RGB156416-
CMYK0.7700.750.75
HSL121.22º62.03%15.49%-
HSV(B)121.22º76.56%25.1%-
XYZ2.123.811.11-
YUV43.88112.27107.4-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 15.79%
GREEN value IS 64 (25.39% from 255) = 67.37%
BLUE value IS 16 (6.64% from 255) = 16.84%
R=15.79%
G=67.37%
B=16.84%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1564160.7700.750.75121.2262.0315.49
HexF40104D04B4B793ef
Octal171002011501131131717617
Binary1111100000010000100110101001011100101111110011111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F4010

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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