#0D4700

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

Shades of Myrtle #0D4700

Tints of Myrtle #0D4700

Color information

#0D4700 (or 0x0D4700) is unknown color: approx Myrtle. HEX triplet: 0D, 47 and 00. RGB value is (13,71,0). Sum of RGB (Red+Green+Blue) = 13+71+0=84 (11% of max value = 765). Red value is 13 (5.47% from 255 or 15.48% from 84); Green value is 71 (28.12% from 255 or 84.52% from 84); Blue value is 0 (0.39% from 255 or 0% from 84); Max value from RGB is 71 - color contains mainly: green. Hex color #0D4700 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0D4700 is #F2B8FF. Grayscale: #2D2D2D. Windows color (decimal): -15907072 or 18189. OLE color: 18189.

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

Color convert

RGB13710-
CMYK0.82010.72
HSL109.01º100%13.92%-
HSV(B)109.01º100%27.84%-
XYZ2.424.590.76-
YUV45.56102.28104.77-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 15.48%
GREEN value IS 71 (28.12% from 255) = 84.52%
BLUE value IS 0 (0.39% from 255) = 0%
R=15.48%
G=84.52%
B=0%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal137100.82010.72109.0110013.92
HexD47052064486d64e
Octal151070122014411015514416
Binary1101100011101010010011001001001000110110111001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D4700

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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