#0D4206

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

Shades of Myrtle #0D4206

Tints of Myrtle #0D4206

Color information

#0D4206 (or 0x0D4206) is unknown color: approx Myrtle. HEX triplet: 0D, 42 and 06. RGB value is (13,66,6). Sum of RGB (Red+Green+Blue) = 13+66+6=85 (11% of max value = 765). Red value is 13 (5.47% from 255 or 15.29% from 85); Green value is 66 (26.17% from 255 or 77.65% from 85); Blue value is 6 (2.73% from 255 or 7.06% from 85); Max value from RGB is 66 - color contains mainly: green. Hex color #0D4206 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0D4206 is #F2BDF9. Grayscale: #2B2B2B. Windows color (decimal): -15908346 or 410125. OLE color: 410125.

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

Color convert

RGB13666-
CMYK0.8000.910.74
HSL113º83.33%14.12%-
HSV(B)113º90.91%25.88%-
XYZ2.1540.83-
YUV43.31106.94106.38-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 15.29%
GREEN value IS 66 (26.17% from 255) = 77.65%
BLUE value IS 6 (2.73% from 255) = 7.06%
R=15.29%
G=77.65%
B=7.06%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal136660.8000.910.7411383.3314.12
HexD4265005B4A7153e
Octal151026120013311216112316
Binary110110000101101010000010110111001010111000110100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D4206

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,66,6); }

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

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

 a { background-color: rgb(13,66,6); }

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

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

 span { border-color: rgb(13,66,6); }

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