#0D4301

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

Shades of Myrtle #0D4301

Tints of Myrtle #0D4301

Color information

#0D4301 (or 0x0D4301) is unknown color: approx Myrtle. HEX triplet: 0D, 43 and 01. RGB value is (13,67,1). Sum of RGB (Red+Green+Blue) = 13+67+1=81 (10% of max value = 765). Red value is 13 (5.47% from 255 or 16.05% from 81); Green value is 67 (26.56% from 255 or 82.72% from 81); Blue value is 1 (0.78% from 255 or 1.23% from 81); Max value from RGB is 67 - color contains mainly: green. Hex color #0D4301 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0D4301 is #F2BCFE. Grayscale: #2B2B2B. Windows color (decimal): -15908095 or 82701. OLE color: 82701.

HSL color Cylindrical-coordinate representation of color #0D4301: hue angle of 109.09º degrees, saturation: 0.97, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0D4301 is Cyan = 0.81, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.74.

Color convert

RGB13671-
CMYK0.8100.990.74
HSL109.09º97.06%13.33%-
HSV(B)109.09º98.51%26.27%-
XYZ2.184.10.71-
YUV43.33104.11106.37-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 16.05%
GREEN value IS 67 (26.56% from 255) = 82.72%
BLUE value IS 1 (0.78% from 255) = 1.23%
R=16.05%
G=82.72%
B=1.23%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal136710.8100.990.74109.0997.0613.33
HexD431510634A6d61d
Octal151031121014311215514115
Binary1101100001111010001011000111001010110110111000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D4301

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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