#0F3D0F

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

Shades of Myrtle #0F3D0F

Tints of Myrtle #0F3D0F

Color information

#0F3D0F (or 0x0F3D0F) is unknown color: approx Myrtle. HEX triplet: 0F, 3D and 0F. RGB value is (15,61,15). Sum of RGB (Red+Green+Blue) = 15+61+15=91 (12% of max value = 765). Red value is 15 (6.25% from 255 or 16.48% from 91); Green value is 61 (24.22% from 255 or 67.03% from 91); Blue value is 15 (6.25% from 255 or 16.48% from 91); Max value from RGB is 61 - color contains mainly: green. Hex color #0F3D0F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0F3D0F is #F0C2F0. Grayscale: #2A2A2A. Windows color (decimal): -15778545 or 998671. OLE color: 998671.

HSL color Cylindrical-coordinate representation of color #0F3D0F: hue angle of 120º degrees, saturation: 0.61, 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 #0F3D0F is Cyan = 0.75, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.76.

Color convert

RGB156115-
CMYK0.7500.750.76
HSL120º60.53%14.9%-
HSV(B)120º75.41%23.92%-
XYZ1.953.471.02-
YUV42112.76108.74-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 16.48%
GREEN value IS 61 (24.22% from 255) = 67.03%
BLUE value IS 15 (6.25% from 255) = 16.48%
R=16.48%
G=67.03%
B=16.48%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal1561150.7500.750.7612060.5314.9
HexF3DF4B04B4C783df
Octal17751711301131141707517
Binary11111111011111100101101001011100110011110001111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F3D0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,61,15); }

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

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

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

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

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

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

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