#0F4C0D

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

Shades of Myrtle #0F4C0D

Tints of Myrtle #0F4C0D

Color information

#0F4C0D (or 0x0F4C0D) is unknown color: approx Myrtle. HEX triplet: 0F, 4C and 0D. RGB value is (15,76,13). Sum of RGB (Red+Green+Blue) = 15+76+13=104 (13% of max value = 765). Red value is 15 (6.25% from 255 or 14.42% from 104); Green value is 76 (30.08% from 255 or 73.08% from 104); Blue value is 13 (5.47% from 255 or 12.5% from 104); Max value from RGB is 76 - color contains mainly: green. Hex color #0F4C0D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0F4C0D is #F0B3F2. Grayscale: #323232. Windows color (decimal): -15774707 or 871439. OLE color: 871439.

HSL color Cylindrical-coordinate representation of color #0F4C0D: hue angle of 118.1º degrees, saturation: 0.71, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #0F4C0D is Cyan = 0.80, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.70.

Color convert

RGB157613-
CMYK0.8000.830.70
HSL118.1º70.79%17.45%-
HSV(B)118.1º82.89%29.8%-
XYZ2.855.31.25-
YUV50.58106.79102.62-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 14.42%
GREEN value IS 76 (30.08% from 255) = 73.08%
BLUE value IS 13 (5.47% from 255) = 12.5%
R=14.42%
G=73.08%
B=12.5%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal1576130.8000.830.70118.170.7917.45
HexF4CD5005346764711
Octal1711415120012310616610721
Binary11111001100110110100000101001110001101110110100011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F4C0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,76,13); }

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

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

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

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

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

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

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