#0D4E01

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

Shades of Myrtle #0D4E01

Tints of Myrtle #0D4E01

Color information

#0D4E01 (or 0x0D4E01) is unknown color: approx Myrtle. HEX triplet: 0D, 4E and 01. RGB value is (13,78,1). Sum of RGB (Red+Green+Blue) = 13+78+1=92 (12% of max value = 765). Red value is 13 (5.47% from 255 or 14.13% from 92); Green value is 78 (30.86% from 255 or 84.78% from 92); Blue value is 1 (0.78% from 255 or 1.09% from 92); Max value from RGB is 78 - color contains mainly: green. Hex color #0D4E01 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0D4E01 is #F2B1FE. Grayscale: #323232. Windows color (decimal): -15905279 or 85517. OLE color: 85517.

HSL color Cylindrical-coordinate representation of color #0D4E01: hue angle of 110.65º degrees, saturation: 0.97, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0D4E01 is Cyan = 0.83, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.69.

Color convert

RGB13781-
CMYK0.8300.990.69
HSL110.65º97.47%15.49%-
HSV(B)110.65º98.72%30.59%-
XYZ2.95.540.94-
YUV49.79100.47101.76-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 14.13%
GREEN value IS 78 (30.86% from 255) = 84.78%
BLUE value IS 1 (0.78% from 255) = 1.09%
R=14.13%
G=84.78%
B=1.09%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal137810.8300.990.69110.6597.4715.49
HexD4E153063456f61f
Octal151161123014310515714117
Binary1101100111011010011011000111000101110111111000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D4E01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,78,1); }

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

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

 a { background-color: rgb(13,78,1); }

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

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

 span { border-color: rgb(13,78,1); }

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