#0F4F03

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

Shades of Myrtle #0F4F03

Tints of Myrtle #0F4F03

Color information

#0F4F03 (or 0x0F4F03) is unknown color: approx Myrtle. HEX triplet: 0F, 4F and 03. RGB value is (15,79,3). Sum of RGB (Red+Green+Blue) = 15+79+3=97 (12% of max value = 765). Red value is 15 (6.25% from 255 or 15.46% from 97); Green value is 79 (31.25% from 255 or 81.44% from 97); Blue value is 3 (1.56% from 255 or 3.09% from 97); Max value from RGB is 79 - color contains mainly: green. Hex color #0F4F03 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0F4F03 is #F0B0FC. Grayscale: #333333. Windows color (decimal): -15773949 or 216847. OLE color: 216847.

HSL color Cylindrical-coordinate representation of color #0F4F03: hue angle of 110.53º degrees, saturation: 0.93, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0F4F03 is Cyan = 0.81, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.69.

Color convert

RGB15793-
CMYK0.8100.960.69
HSL110.53º92.68%16.08%-
HSV(B)110.53º96.2%30.98%-
XYZ3.015.71.03-
YUV51.2100.8102.18-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 15.46%
GREEN value IS 79 (31.25% from 255) = 81.44%
BLUE value IS 3 (1.56% from 255) = 3.09%
R=15.46%
G=81.44%
B=3.09%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal157930.8100.960.69110.5392.6816.08
HexF4F351060456f5d10
Octal171173121014010515713520
Binary111110011111110100010110000010001011101111101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F4F03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,79,3); }

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

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

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

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

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

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

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