#0D3010

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

Shades of Myrtle #0D3010

Tints of Myrtle #0D3010

Color information

#0D3010 (or 0x0D3010) is unknown color: approx Myrtle. HEX triplet: 0D, 30 and 10. RGB value is (13,48,16). Sum of RGB (Red+Green+Blue) = 13+48+16=77 (10% of max value = 765). Red value is 13 (5.47% from 255 or 16.88% from 77); Green value is 48 (19.14% from 255 or 62.34% from 77); Blue value is 16 (6.64% from 255 or 20.78% from 77); Max value from RGB is 48 - color contains mainly: green. Hex color #0D3010 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0D3010 is #F2CFEF. Grayscale: #212121. Windows color (decimal): -15912944 or 1060877. OLE color: 1060877.

HSL color Cylindrical-coordinate representation of color #0D3010: hue angle of 125.14º degrees, saturation: 0.57, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #0D3010 is Cyan = 0.73, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.81.

Color convert

RGB134816-
CMYK0.7300.670.81
HSL125.14º57.38%11.96%-
HSV(B)125.14º72.92%18.82%-
XYZ1.322.240.85-
YUV33.89117.9113.1-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 16.88%
GREEN value IS 48 (19.14% from 255) = 62.34%
BLUE value IS 16 (6.64% from 255) = 20.78%
R=16.88%
G=62.34%
B=20.78%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal1348160.7300.670.81125.1457.3811.96
HexD301049043517d39c
Octal15602011101031211757114
Binary110111000010000100100101000011101000111111011110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D3010

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,48,16); }

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

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

 a { background-color: rgb(13,48,16); }

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

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

 span { border-color: rgb(13,48,16); }

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