#0F4C10

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

Shades of Myrtle #0F4C10

Tints of Myrtle #0F4C10

Color information

#0F4C10 (or 0x0F4C10) is unknown color: approx Myrtle. HEX triplet: 0F, 4C and 10. RGB value is (15,76,16). Sum of RGB (Red+Green+Blue) = 15+76+16=107 (14% of max value = 765). Red value is 15 (6.25% from 255 or 14.02% from 107); Green value is 76 (30.08% from 255 or 71.03% from 107); Blue value is 16 (6.64% from 255 or 14.95% from 107); Max value from RGB is 76 - color contains mainly: green. Hex color #0F4C10 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0F4C10 is #F0B3EF. Grayscale: #333333. Windows color (decimal): -15774704 or 1068047. OLE color: 1068047.

HSL color Cylindrical-coordinate representation of color #0F4C10: hue angle of 120.98º 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 #0F4C10 is Cyan = 0.80, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.70.

Color convert

RGB157616-
CMYK0.8000.790.70
HSL120.98º67.03%17.84%-
HSV(B)120.98º80.26%29.8%-
XYZ2.875.311.36-
YUV50.92108.29102.38-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 14.02%
GREEN value IS 76 (30.08% from 255) = 71.03%
BLUE value IS 16 (6.64% from 255) = 14.95%
R=14.02%
G=71.03%
B=14.95%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal1576160.8000.790.70120.9867.0317.84
HexF4C105004F46794312
Octal1711420120011710617110322
Binary111110011001000010100000100111110001101111001100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F4C10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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