#0F460D

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

Shades of Myrtle #0F460D

Tints of Myrtle #0F460D

Color information

#0F460D (or 0x0F460D) is unknown color: approx Myrtle. HEX triplet: 0F, 46 and 0D. RGB value is (15,70,13). Sum of RGB (Red+Green+Blue) = 15+70+13=98 (12% of max value = 765). Red value is 15 (6.25% from 255 or 15.31% from 98); Green value is 70 (27.73% from 255 or 71.43% from 98); Blue value is 13 (5.47% from 255 or 13.27% from 98); Max value from RGB is 70 - color contains mainly: green. Hex color #0F460D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0F460D is #F0B9F2. Grayscale: #2F2F2F. Windows color (decimal): -15776243 or 869903. OLE color: 869903.

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

Color convert

RGB157013-
CMYK0.7900.810.73
HSL117.89º68.67%16.27%-
HSV(B)117.89º81.43%27.45%-
XYZ2.464.511.12-
YUV47.06108.78105.13-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 15.31%
GREEN value IS 70 (27.73% from 255) = 71.43%
BLUE value IS 13 (5.47% from 255) = 13.27%
R=15.31%
G=71.43%
B=13.27%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal1570130.7900.810.73117.8968.6716.27
HexF46D4F05149764510
Octal1710615117012111116610520
Binary11111000110110110011110101000110010011110110100010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F460D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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