#0D2309

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

Shades of Myrtle #0D2309

Tints of Myrtle #0D2309

Color information

#0D2309 (or 0x0D2309) is unknown color: approx Myrtle. HEX triplet: 0D, 23 and 09. RGB value is (13,35,9). Sum of RGB (Red+Green+Blue) = 13+35+9=57 (7% of max value = 765). Red value is 13 (5.47% from 255 or 22.81% from 57); Green value is 35 (14.06% from 255 or 61.40% from 57); Blue value is 9 (3.91% from 255 or 15.79% from 57); Max value from RGB is 35 - color contains mainly: green. Hex color #0D2309 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0D2309 is #F2DCF6. Grayscale: #191919. Windows color (decimal): -15916279 or 598797. OLE color: 598797.

HSL color Cylindrical-coordinate representation of color #0D2309: hue angle of 110.77º degrees, saturation: 0.59, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #0D2309 is Cyan = 0.63, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.86.

Color convert

RGB13359-
CMYK0.6300.740.86
HSL110.77º59.09%8.63%-
HSV(B)110.77º74.29%13.73%-
XYZ0.821.310.47-
YUV25.46118.71119.11-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 22.81%
GREEN value IS 35 (14.06% from 255) = 61.40%
BLUE value IS 9 (3.91% from 255) = 15.79%
R=22.81%
G=61.40%
B=15.79%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal133590.6300.740.86110.7759.098.63
HexD2393F04A566f3b9
Octal1543117701121261577311
Binary1101100011100111111101001010101011011011111110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D2309

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,35,9); }

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

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

 a { background-color: rgb(13,35,9); }

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

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

 span { border-color: rgb(13,35,9); }

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