#0F4C14

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

Shades of Myrtle #0F4C14

Tints of Myrtle #0F4C14

Color information

#0F4C14 (or 0x0F4C14) is unknown color: approx Myrtle. HEX triplet: 0F, 4C and 14. RGB value is (15,76,20). Sum of RGB (Red+Green+Blue) = 15+76+20=111 (14% of max value = 765). Red value is 15 (6.25% from 255 or 13.51% from 111); Green value is 76 (30.08% from 255 or 68.47% from 111); Blue value is 20 (8.20% from 255 or 18.02% from 111); Max value from RGB is 76 - color contains mainly: green. Hex color #0F4C14 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0F4C14 is #F0B3EB. Grayscale: #333333. Windows color (decimal): -15774700 or 1330191. OLE color: 1330191.

HSL color Cylindrical-coordinate representation of color #0F4C14: hue angle of 124.92º degrees, saturation: 0.67, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #0F4C14 is Cyan = 0.80, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.70.

Color convert

RGB157620-
CMYK0.8000.740.70
HSL124.92º67.03%17.84%-
HSV(B)124.92º80.26%29.8%-
XYZ2.915.321.54-
YUV51.38110.29102.05-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 13.51%
GREEN value IS 76 (30.08% from 255) = 68.47%
BLUE value IS 20 (8.20% from 255) = 18.02%
R=13.51%
G=68.47%
B=18.02%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal1576200.8000.740.70124.9267.0317.84
HexF4C145004A467d4312
Octal1711424120011210617510322
Binary111110011001010010100000100101010001101111101100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F4C14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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