#0D4410

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

Shades of Myrtle #0D4410

Tints of Myrtle #0D4410

Color information

#0D4410 (or 0x0D4410) is unknown color: approx Myrtle. HEX triplet: 0D, 44 and 10. RGB value is (13,68,16). Sum of RGB (Red+Green+Blue) = 13+68+16=97 (12% of max value = 765). Red value is 13 (5.47% from 255 or 13.40% from 97); Green value is 68 (26.95% from 255 or 70.10% from 97); Blue value is 16 (6.64% from 255 or 16.49% from 97); Max value from RGB is 68 - color contains mainly: green. Hex color #0D4410 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0D4410 is #F2BBEF. Grayscale: #2D2D2D. Windows color (decimal): -15907824 or 1065997. OLE color: 1065997.

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

Color convert

RGB136816-
CMYK0.8100.760.73
HSL123.27º67.9%15.88%-
HSV(B)123.27º80.88%26.67%-
XYZ2.334.261.19-
YUV45.63111.28104.73-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 13.40%
GREEN value IS 68 (26.95% from 255) = 70.10%
BLUE value IS 16 (6.64% from 255) = 16.49%
R=13.40%
G=70.10%
B=16.49%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal1368160.8100.760.73123.2767.915.88
HexD44105104C497b4410
Octal1510420121011411117310420
Binary110110001001000010100010100110010010011111011100010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D4410

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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