#0F450D

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

Shades of Myrtle #0F450D

Tints of Myrtle #0F450D

Color information

#0F450D (or 0x0F450D) is unknown color: approx Myrtle. HEX triplet: 0F, 45 and 0D. RGB value is (15,69,13). Sum of RGB (Red+Green+Blue) = 15+69+13=97 (12% of max value = 765). Red value is 15 (6.25% from 255 or 15.46% from 97); Green value is 69 (27.34% from 255 or 71.13% from 97); Blue value is 13 (5.47% from 255 or 13.40% from 97); Max value from RGB is 69 - color contains mainly: green. Hex color #0F450D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0F450D is #F0BAF2. Grayscale: #2E2E2E. Windows color (decimal): -15776499 or 869647. OLE color: 869647.

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

Color convert

RGB156913-
CMYK0.7800.810.73
HSL117.86º68.29%16.08%-
HSV(B)117.86º81.16%27.06%-
XYZ2.44.391.1-
YUV46.47109.11105.55-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 15.46%
GREEN value IS 69 (27.34% from 255) = 71.13%
BLUE value IS 13 (5.47% from 255) = 13.40%
R=15.46%
G=71.13%
B=13.40%

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
Decimal1569130.7800.810.73117.8668.2916.08
HexF45D4E05149764410
Octal1710515116012111116610420
Binary11111000101110110011100101000110010011110110100010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F450D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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