#0D450F

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

Shades of Myrtle #0D450F

Tints of Myrtle #0D450F

Color information

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

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

Color convert

RGB136915-
CMYK0.8100.780.73
HSL122.14º68.29%16.08%-
HSV(B)122.14º81.16%27.06%-
XYZ2.384.381.17-
YUV46.1110.45104.39-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal1369150.8100.780.73122.1468.2916.08
HexD45F5104E497a4410
Octal1510517121011611117210420
Binary11011000101111110100010100111010010011111010100010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D450F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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