#0D4310

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

Shades of Myrtle #0D4310

Tints of Myrtle #0D4310

Color information

#0D4310 (or 0x0D4310) is unknown color: approx Myrtle. HEX triplet: 0D, 43 and 10. RGB value is (13,67,16). Sum of RGB (Red+Green+Blue) = 13+67+16=96 (12% of max value = 765). Red value is 13 (5.47% from 255 or 13.54% from 96); Green value is 67 (26.56% from 255 or 69.79% from 96); Blue value is 16 (6.64% from 255 or 16.67% from 96); Max value from RGB is 67 - color contains mainly: green. Hex color #0D4310 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0D4310 is #F2BCEF. Grayscale: #2D2D2D. Windows color (decimal): -15908080 or 1065741. OLE color: 1065741.

HSL color Cylindrical-coordinate representation of color #0D4310: hue angle of 123.33º degrees, saturation: 0.68, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #0D4310 is Cyan = 0.81, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.74.

Color convert

RGB136716-
CMYK0.8100.760.74
HSL123.33º67.5%15.69%-
HSV(B)123.33º80.6%26.27%-
XYZ2.274.141.17-
YUV45.04111.61105.15-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 13.54%
GREEN value IS 67 (26.56% from 255) = 69.79%
BLUE value IS 16 (6.64% from 255) = 16.67%
R=13.54%
G=69.79%
B=16.67%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal1367160.8100.760.74123.3367.515.69
HexD43105104C4A7b4410
Octal1510320121011411217310420
Binary110110000111000010100010100110010010101111011100010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D4310

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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