#0D4412

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

Shades of Myrtle #0D4412

Tints of Myrtle #0D4412

Color information

#0D4412 (or 0x0D4412) is unknown color: approx Myrtle. HEX triplet: 0D, 44 and 12. RGB value is (13,68,18). Sum of RGB (Red+Green+Blue) = 13+68+18=99 (13% of max value = 765). Red value is 13 (5.47% from 255 or 13.13% from 99); Green value is 68 (26.95% from 255 or 68.69% from 99); Blue value is 18 (7.42% from 255 or 18.18% from 99); Max value from RGB is 68 - color contains mainly: green. Hex color #0D4412 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0D4412 is #F2BBED. Grayscale: #2D2D2D. Windows color (decimal): -15907822 or 1197069. OLE color: 1197069.

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

Color convert

RGB136818-
CMYK0.8100.740.73
HSL125.45º67.9%15.88%-
HSV(B)125.45º80.88%26.67%-
XYZ2.344.261.27-
YUV45.86112.28104.57-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 13.13%
GREEN value IS 68 (26.95% from 255) = 68.69%
BLUE value IS 18 (7.42% from 255) = 18.18%
R=13.13%
G=68.69%
B=18.18%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal1368180.8100.740.73125.4567.915.88
HexD44125104A497d4410
Octal1510422121011211117510420
Binary110110001001001010100010100101010010011111101100010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D4412

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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