#0D450B

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

Shades of Myrtle #0D450B

Tints of Myrtle #0D450B

Color information

#0D450B (or 0x0D450B) is unknown color: approx Myrtle. HEX triplet: 0D, 45 and 0B. RGB value is (13,69,11). Sum of RGB (Red+Green+Blue) = 13+69+11=93 (12% of max value = 765). Red value is 13 (5.47% from 255 or 13.98% from 93); Green value is 69 (27.34% from 255 or 74.19% from 93); Blue value is 11 (4.69% from 255 or 11.83% from 93); Max value from RGB is 69 - color contains mainly: green. Hex color #0D450B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0D450B is #F2BAF4. Grayscale: #2D2D2D. Windows color (decimal): -15907573 or 738573. OLE color: 738573.

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

Color convert

RGB136911-
CMYK0.8100.840.73
HSL117.93º72.5%15.69%-
HSV(B)117.93º84.06%27.06%-
XYZ2.354.371.04-
YUV45.64108.45104.72-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 13.98%
GREEN value IS 69 (27.34% from 255) = 74.19%
BLUE value IS 11 (4.69% from 255) = 11.83%
R=13.98%
G=74.19%
B=11.83%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal1369110.8100.840.73117.9372.515.69
HexD45B5105449764810
Octal1510513121012411116611020
Binary11011000101101110100010101010010010011110110100100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D450B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,69,11); }

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

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

 a { background-color: rgb(13,69,11); }

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

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

 span { border-color: rgb(13,69,11); }

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