#0D4409

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

Shades of Myrtle #0D4409

Tints of Myrtle #0D4409

Color information

#0D4409 (or 0x0D4409) is unknown color: approx Myrtle. HEX triplet: 0D, 44 and 09. RGB value is (13,68,9). Sum of RGB (Red+Green+Blue) = 13+68+9=90 (11% of max value = 765). Red value is 13 (5.47% from 255 or 14.44% from 90); Green value is 68 (26.95% from 255 or 75.56% from 90); Blue value is 9 (3.91% from 255 or 10% from 90); Max value from RGB is 68 - color contains mainly: green. Hex color #0D4409 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0D4409 is #F2BBF6. Grayscale: #2D2D2D. Windows color (decimal): -15907831 or 607245. OLE color: 607245.

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

Color convert

RGB13689-
CMYK0.8100.870.73
HSL115.93º76.62%15.1%-
HSV(B)115.93º86.76%26.67%-
XYZ2.284.240.96-
YUV44.83107.78105.3-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 14.44%
GREEN value IS 68 (26.95% from 255) = 75.56%
BLUE value IS 9 (3.91% from 255) = 10%
R=14.44%
G=75.56%
B=10%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal136890.8100.870.73115.9376.6215.1
HexD4495105749744df
Octal1510411121012711116411517
Binary1101100010010011010001010101111001001111010010011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D4409

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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