#0D400E

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

Shades of Myrtle #0D400E

Tints of Myrtle #0D400E

Color information

#0D400E (or 0x0D400E) is unknown color: approx Myrtle. HEX triplet: 0D, 40 and 0E. RGB value is (13,64,14). Sum of RGB (Red+Green+Blue) = 13+64+14=91 (12% of max value = 765). Red value is 13 (5.47% from 255 or 14.29% from 91); Green value is 64 (25.39% from 255 or 70.33% from 91); Blue value is 14 (5.86% from 255 or 15.38% from 91); Max value from RGB is 64 - color contains mainly: green. Hex color #0D400E is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0D400E is #F2BFF1. Grayscale: #2B2B2B. Windows color (decimal): -15908850 or 933901. OLE color: 933901.

HSL color Cylindrical-coordinate representation of color #0D400E: hue angle of 121.18º degrees, saturation: 0.66, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #0D400E is Cyan = 0.80, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.75.

Color convert

RGB136414-
CMYK0.8000.780.75
HSL121.18º66.23%15.1%-
HSV(B)121.18º79.69%25.1%-
XYZ2.083.781.04-
YUV43.05111.6106.57-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 14.29%
GREEN value IS 64 (25.39% from 255) = 70.33%
BLUE value IS 14 (5.86% from 255) = 15.38%
R=14.29%
G=70.33%
B=15.38%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1364140.8000.780.75121.1866.2315.1
HexD40E5004E4B7942f
Octal1510016120011611317110217
Binary1101100000011101010000010011101001011111100110000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D400E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,64,14); }

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

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

 a { background-color: rgb(13,64,14); }

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

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

 span { border-color: rgb(13,64,14); }

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