#0D4714

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

Shades of Myrtle #0D4714

Tints of Myrtle #0D4714

Color information

#0D4714 (or 0x0D4714) is unknown color: approx Myrtle. HEX triplet: 0D, 47 and 14. RGB value is (13,71,20). Sum of RGB (Red+Green+Blue) = 13+71+20=104 (13% of max value = 765). Red value is 13 (5.47% from 255 or 12.5% from 104); Green value is 71 (28.12% from 255 or 68.27% from 104); Blue value is 20 (8.20% from 255 or 19.23% from 104); Max value from RGB is 71 - color contains mainly: green. Hex color #0D4714 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0D4714 is #F2B8EB. Grayscale: #2F2F2F. Windows color (decimal): -15907052 or 1328909. OLE color: 1328909.

HSL color Cylindrical-coordinate representation of color #0D4714: hue angle of 127.24º degrees, saturation: 0.69, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #0D4714 is Cyan = 0.82, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.72.

Color convert

RGB137120-
CMYK0.8200.720.72
HSL127.24º69.05%16.47%-
HSV(B)127.24º81.69%27.84%-
XYZ2.554.641.42-
YUV47.84112.28103.15-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 12.5%
GREEN value IS 71 (28.12% from 255) = 68.27%
BLUE value IS 20 (8.20% from 255) = 19.23%
R=12.5%
G=68.27%
B=19.23%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal1371200.8200.720.72127.2469.0516.47
HexD471452048487f4510
Octal1510724122011011017710520
Binary110110001111010010100100100100010010001111111100010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D4714

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,71,20); }

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

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

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

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

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

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

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