#0F4312

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

Shades of Myrtle #0F4312

Tints of Myrtle #0F4312

Color information

#0F4312 (or 0x0F4312) is unknown color: approx Myrtle. HEX triplet: 0F, 43 and 12. RGB value is (15,67,18). Sum of RGB (Red+Green+Blue) = 15+67+18=100 (13% of max value = 765). Red value is 15 (6.25% from 255 or 15% from 100); Green value is 67 (26.56% from 255 or 67% from 100); Blue value is 18 (7.42% from 255 or 18% from 100); Max value from RGB is 67 - color contains mainly: green. Hex color #0F4312 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0F4312 is #F0BCED. Grayscale: #2E2E2E. Windows color (decimal): -15777006 or 1196815. OLE color: 1196815.

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

Color convert

RGB156718-
CMYK0.7800.730.74
HSL123.46º63.41%16.08%-
HSV(B)123.46º77.61%26.27%-
XYZ2.314.161.25-
YUV45.87112.27105.98-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 15%
GREEN value IS 67 (26.56% from 255) = 67%
BLUE value IS 18 (7.42% from 255) = 18%
R=15%
G=67%
B=18%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal1567180.7800.730.74123.4663.4116.08
HexF43124E0494A7b3f10
Octal171032211601111121737720
Binary11111000011100101001110010010011001010111101111111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F4312

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,67,18); }

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

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

 a { background-color: rgb(15,67,18); }

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

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

 span { border-color: rgb(15,67,18); }

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