#0D440D

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

Shades of Myrtle #0D440D

Tints of Myrtle #0D440D

Color information

#0D440D (or 0x0D440D) is unknown color: approx Myrtle. HEX triplet: 0D, 44 and 0D. RGB value is (13,68,13). Sum of RGB (Red+Green+Blue) = 13+68+13=94 (12% of max value = 765). Red value is 13 (5.47% from 255 or 13.83% from 94); Green value is 68 (26.95% from 255 or 72.34% from 94); Blue value is 13 (5.47% from 255 or 13.83% from 94); Max value from RGB is 68 - color contains mainly: green. Hex color #0D440D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0D440D is #F2BBF2. Grayscale: #2D2D2D. Windows color (decimal): -15907827 or 869389. OLE color: 869389.

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

Color convert

RGB136813-
CMYK0.8100.810.73
HSL120º67.9%15.88%-
HSV(B)120º80.88%26.67%-
XYZ2.314.251.08-
YUV45.28109.78104.97-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 13.83%
GREEN value IS 68 (26.95% from 255) = 72.34%
BLUE value IS 13 (5.47% from 255) = 13.83%
R=13.83%
G=72.34%
B=13.83%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal1368130.8100.810.7312067.915.88
HexD44D5105149784410
Octal1510415121012111117010420
Binary11011000100110110100010101000110010011111000100010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D440D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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