#0F4506

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

Shades of Myrtle #0F4506

Tints of Myrtle #0F4506

Color information

#0F4506 (or 0x0F4506) is unknown color: approx Myrtle. HEX triplet: 0F, 45 and 06. RGB value is (15,69,6). Sum of RGB (Red+Green+Blue) = 15+69+6=90 (11% of max value = 765). Red value is 15 (6.25% from 255 or 16.67% from 90); Green value is 69 (27.34% from 255 or 76.67% from 90); Blue value is 6 (2.73% from 255 or 6.67% from 90); Max value from RGB is 69 - color contains mainly: green. Hex color #0F4506 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0F4506 is #F0BAF9. Grayscale: #2D2D2D. Windows color (decimal): -15776506 or 410895. OLE color: 410895.

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

Color convert

RGB15696-
CMYK0.7800.910.73
HSL111.43º84%14.71%-
HSV(B)111.43º91.3%27.06%-
XYZ2.364.370.89-
YUV45.67105.61106.12-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 16.67%
GREEN value IS 69 (27.34% from 255) = 76.67%
BLUE value IS 6 (2.73% from 255) = 6.67%
R=16.67%
G=76.67%
B=6.67%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal156960.7800.910.73111.438414.71
HexF4564E05B496f54f
Octal171056116013311115712417
Binary111110001011101001110010110111001001110111110101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F4506

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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