#0D510C

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

Shades of Myrtle #0D510C

Tints of Myrtle #0D510C

Color information

#0D510C (or 0x0D510C) is unknown color: approx Myrtle. HEX triplet: 0D, 51 and 0C. RGB value is (13,81,12). Sum of RGB (Red+Green+Blue) = 13+81+12=106 (14% of max value = 765). Red value is 13 (5.47% from 255 or 12.26% from 106); Green value is 81 (32.03% from 255 or 76.42% from 106); Blue value is 12 (5.08% from 255 or 11.32% from 106); Max value from RGB is 81 - color contains mainly: green. Hex color #0D510C is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0D510C is #F2AEF3. Grayscale: #353535. Windows color (decimal): -15904500 or 807181. OLE color: 807181.

HSL color Cylindrical-coordinate representation of color #0D510C: hue angle of 119.13º degrees, saturation: 0.74, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0D510C is Cyan = 0.84, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.68.

Color convert

RGB138112-
CMYK0.8400.850.68
HSL119.13º74.19%18.24%-
HSV(B)119.13º85.19%31.76%-
XYZ3.1761.34-
YUV52.8104.9799.61-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 12.26%
GREEN value IS 81 (32.03% from 255) = 76.42%
BLUE value IS 12 (5.08% from 255) = 11.32%
R=12.26%
G=76.42%
B=11.32%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal1381120.8400.850.68119.1374.1918.24
HexD51C5405544774a12
Octal1512114124012510416711222
Binary11011010001110010101000101010110001001110111100101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D510C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,81,12); }

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

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

 a { background-color: rgb(13,81,12); }

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

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

 span { border-color: rgb(13,81,12); }

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