#0D4303

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

Shades of Myrtle #0D4303

Tints of Myrtle #0D4303

Color information

#0D4303 (or 0x0D4303) is unknown color: approx Myrtle. HEX triplet: 0D, 43 and 03. RGB value is (13,67,3). Sum of RGB (Red+Green+Blue) = 13+67+3=83 (10% of max value = 765). Red value is 13 (5.47% from 255 or 15.66% from 83); Green value is 67 (26.56% from 255 or 80.72% from 83); Blue value is 3 (1.56% from 255 or 3.61% from 83); Max value from RGB is 67 - color contains mainly: green. Hex color #0D4303 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0D4303 is #F2BCFC. Grayscale: #2B2B2B. Windows color (decimal): -15908093 or 213773. OLE color: 213773.

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

Color convert

RGB13673-
CMYK0.8100.960.74
HSL110.62º91.43%13.73%-
HSV(B)110.62º95.52%26.27%-
XYZ2.194.110.76-
YUV43.56105.11106.2-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 15.66%
GREEN value IS 67 (26.56% from 255) = 80.72%
BLUE value IS 3 (1.56% from 255) = 3.61%
R=15.66%
G=80.72%
B=3.61%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal136730.8100.960.74110.6291.4313.73
HexD433510604A6f5be
Octal151033121014011215713316
Binary11011000011111010001011000001001010110111110110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D4303

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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