#0F440D

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

Shades of Myrtle #0F440D

Tints of Myrtle #0F440D

Color information

#0F440D (or 0x0F440D) is unknown color: approx Myrtle. HEX triplet: 0F, 44 and 0D. RGB value is (15,68,13). Sum of RGB (Red+Green+Blue) = 15+68+13=96 (12% of max value = 765). Red value is 15 (6.25% from 255 or 15.62% from 96); Green value is 68 (26.95% from 255 or 70.83% from 96); Blue value is 13 (5.47% from 255 or 13.54% from 96); Max value from RGB is 68 - color contains mainly: green. Hex color #0F440D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0F440D is #F0BBF2. Grayscale: #2E2E2E. Windows color (decimal): -15776755 or 869391. OLE color: 869391.

HSL color Cylindrical-coordinate representation of color #0F440D: hue angle of 117.82º degrees, saturation: 0.68, 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 #0F440D is Cyan = 0.78, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.73.

Color convert

RGB156813-
CMYK0.7800.810.73
HSL117.82º67.9%15.88%-
HSV(B)117.82º80.88%26.67%-
XYZ2.344.261.08-
YUV45.88109.44105.97-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 15.62%
GREEN value IS 68 (26.95% from 255) = 70.83%
BLUE value IS 13 (5.47% from 255) = 13.54%
R=15.62%
G=70.83%
B=13.54%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal1568130.7800.810.73117.8267.915.88
HexF44D4E05149764410
Octal1710415116012111116610420
Binary11111000100110110011100101000110010011110110100010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F440D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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