#0D440F

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

Shades of Myrtle #0D440F

Tints of Myrtle #0D440F

Color information

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

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

Color convert

RGB136815-
CMYK0.8100.780.73
HSL122.18º67.9%15.88%-
HSV(B)122.18º80.88%26.67%-
XYZ2.324.251.15-
YUV45.51110.78104.81-

RGB Variations

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

RGB

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

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
Decimal1368150.8100.780.73122.1867.915.88
HexD44F5104E497a4410
Octal1510417121011611117210420
Binary11011000100111110100010100111010010011111010100010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D440F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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