#0D4107

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

Shades of Myrtle #0D4107

Tints of Myrtle #0D4107

Color information

#0D4107 (or 0x0D4107) is unknown color: approx Myrtle. HEX triplet: 0D, 41 and 07. RGB value is (13,65,7). Sum of RGB (Red+Green+Blue) = 13+65+7=85 (11% of max value = 765). Red value is 13 (5.47% from 255 or 15.29% from 85); Green value is 65 (25.78% from 255 or 76.47% from 85); Blue value is 7 (3.12% from 255 or 8.24% from 85); Max value from RGB is 65 - color contains mainly: green. Hex color #0D4107 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0D4107 is #F2BEF8. Grayscale: #2B2B2B. Windows color (decimal): -15908601 or 475405. OLE color: 475405.

HSL color Cylindrical-coordinate representation of color #0D4107: hue angle of 113.79º degrees, saturation: 0.81, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0D4107 is Cyan = 0.80, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.75.

Color convert

RGB13657-
CMYK0.8000.890.75
HSL113.79º80.56%14.12%-
HSV(B)113.79º89.23%25.49%-
XYZ2.093.880.84-
YUV42.84107.77106.72-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 15.29%
GREEN value IS 65 (25.78% from 255) = 76.47%
BLUE value IS 7 (3.12% from 255) = 8.24%
R=15.29%
G=76.47%
B=8.24%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal136570.8000.890.75113.7980.5614.12
HexD417500594B7251e
Octal151017120013111316212116
Binary110110000011111010000010110011001011111001010100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D4107

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,65,7); }

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

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

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

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

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

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

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