#0D4603

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

Shades of Myrtle #0D4603

Tints of Myrtle #0D4603

Color information

#0D4603 (or 0x0D4603) is unknown color: approx Myrtle. HEX triplet: 0D, 46 and 03. RGB value is (13,70,3). Sum of RGB (Red+Green+Blue) = 13+70+3=86 (11% of max value = 765). Red value is 13 (5.47% from 255 or 15.12% from 86); Green value is 70 (27.73% from 255 or 81.40% from 86); Blue value is 3 (1.56% from 255 or 3.49% from 86); Max value from RGB is 70 - color contains mainly: green. Hex color #0D4603 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0D4603 is #F2B9FC. Grayscale: #2D2D2D. Windows color (decimal): -15907325 or 214541. OLE color: 214541.

HSL color Cylindrical-coordinate representation of color #0D4603: hue angle of 111.04º degrees, saturation: 0.92, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0D4603 is Cyan = 0.81, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.73.

Color convert

RGB13703-
CMYK0.8100.960.73
HSL111.04º91.78%14.31%-
HSV(B)111.04º95.71%27.45%-
XYZ2.374.470.82-
YUV45.32104.12104.95-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 15.12%
GREEN value IS 70 (27.73% from 255) = 81.40%
BLUE value IS 3 (1.56% from 255) = 3.49%
R=15.12%
G=81.40%
B=3.49%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal137030.8100.960.73111.0491.7814.31
HexD46351060496f5ce
Octal151063121014011115713416
Binary11011000110111010001011000001001001110111110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D4603

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,70,3); }

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

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

 a { background-color: rgb(13,70,3); }

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

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

 span { border-color: rgb(13,70,3); }

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