#0D4C0E

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

Shades of Myrtle #0D4C0E

Tints of Myrtle #0D4C0E

Color information

#0D4C0E (or 0x0D4C0E) is unknown color: approx Myrtle. HEX triplet: 0D, 4C and 0E. RGB value is (13,76,14). Sum of RGB (Red+Green+Blue) = 13+76+14=103 (13% of max value = 765). Red value is 13 (5.47% from 255 or 12.62% from 103); Green value is 76 (30.08% from 255 or 73.79% from 103); Blue value is 14 (5.86% from 255 or 13.59% from 103); Max value from RGB is 76 - color contains mainly: green. Hex color #0D4C0E is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0D4C0E is #F2B3F1. Grayscale: #323232. Windows color (decimal): -15905778 or 936973. OLE color: 936973.

HSL color Cylindrical-coordinate representation of color #0D4C0E: hue angle of 120.95º degrees, saturation: 0.71, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #0D4C0E is Cyan = 0.83, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.70.

Color convert

RGB137614-
CMYK0.8300.820.70
HSL120.95º70.79%17.45%-
HSV(B)120.95º82.89%29.8%-
XYZ2.835.291.29-
YUV50.1107.63101.54-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 12.62%
GREEN value IS 76 (30.08% from 255) = 73.79%
BLUE value IS 14 (5.86% from 255) = 13.59%
R=12.62%
G=73.79%
B=13.59%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal1376140.8300.820.70120.9570.7917.45
HexD4CE5305246794711
Octal1511416123012210617110721
Binary11011001100111010100110101001010001101111001100011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D4C0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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