#0F3C15

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

Shades of Myrtle #0F3C15

Tints of Myrtle #0F3C15

Color information

#0F3C15 (or 0x0F3C15) is unknown color: approx Myrtle. HEX triplet: 0F, 3C and 15. RGB value is (15,60,21). Sum of RGB (Red+Green+Blue) = 15+60+21=96 (12% of max value = 765). Red value is 15 (6.25% from 255 or 15.62% from 96); Green value is 60 (23.83% from 255 or 62.5% from 96); Blue value is 21 (8.59% from 255 or 21.88% from 96); Max value from RGB is 60 - color contains mainly: green. Hex color #0F3C15 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0F3C15 is #F0C3EA. Grayscale: #2A2A2A. Windows color (decimal): -15778795 or 1391631. OLE color: 1391631.

HSL color Cylindrical-coordinate representation of color #0F3C15: hue angle of 128º degrees, saturation: 0.6, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #0F3C15 is Cyan = 0.75, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.76.

Color convert

RGB156021-
CMYK0.7500.650.76
HSL128º60%14.71%-
HSV(B)128º75%23.53%-
XYZ1.953.391.26-
YUV42.1116.09108.67-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 15.62%
GREEN value IS 60 (23.83% from 255) = 62.5%
BLUE value IS 21 (8.59% from 255) = 21.88%
R=15.62%
G=62.5%
B=21.88%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal1560210.7500.650.761286014.71
HexF3C154B0414C803cf
Octal17742511301011142007417
Binary1111111100101011001011010000011001100100000001111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F3C15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,60,21); }

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

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

 a { background-color: rgb(15,60,21); }

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

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

 span { border-color: rgb(15,60,21); }

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