#0D4708

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

Shades of Myrtle #0D4708

Tints of Myrtle #0D4708

Color information

#0D4708 (or 0x0D4708) is unknown color: approx Myrtle. HEX triplet: 0D, 47 and 08. RGB value is (13,71,8). Sum of RGB (Red+Green+Blue) = 13+71+8=92 (12% of max value = 765). Red value is 13 (5.47% from 255 or 14.13% from 92); Green value is 71 (28.12% from 255 or 77.17% from 92); Blue value is 8 (3.52% from 255 or 8.70% from 92); Max value from RGB is 71 - color contains mainly: green. Hex color #0D4708 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0D4708 is #F2B8F7. Grayscale: #2E2E2E. Windows color (decimal): -15907064 or 542477. OLE color: 542477.

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

Color convert

RGB13718-
CMYK0.8200.890.72
HSL115.24º79.75%15.49%-
HSV(B)115.24º88.73%27.84%-
XYZ2.464.610.99-
YUV46.48106.28104.12-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 14.13%
GREEN value IS 71 (28.12% from 255) = 77.17%
BLUE value IS 8 (3.52% from 255) = 8.70%
R=14.13%
G=77.17%
B=8.70%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal137180.8200.890.72115.2479.7515.49
HexD47852059487350f
Octal1510710122013111016312017
Binary1101100011110001010010010110011001000111001110100001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D4708

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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