#0D4415

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

Shades of Myrtle #0D4415

Tints of Myrtle #0D4415

Color information

#0D4415 (or 0x0D4415) is unknown color: approx Myrtle. HEX triplet: 0D, 44 and 15. RGB value is (13,68,21). Sum of RGB (Red+Green+Blue) = 13+68+21=102 (13% of max value = 765). Red value is 13 (5.47% from 255 or 12.75% from 102); Green value is 68 (26.95% from 255 or 66.67% from 102); Blue value is 21 (8.59% from 255 or 20.59% from 102); Max value from RGB is 68 - color contains mainly: green. Hex color #0D4415 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0D4415 is #F2BBEA. Grayscale: #2E2E2E. Windows color (decimal): -15907819 or 1393677. OLE color: 1393677.

HSL color Cylindrical-coordinate representation of color #0D4415: hue angle of 128.73º 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 #0D4415 is Cyan = 0.81, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.73.

Color convert

RGB136821-
CMYK0.8100.690.73
HSL128.73º67.9%15.88%-
HSV(B)128.73º80.88%26.67%-
XYZ2.374.271.41-
YUV46.2113.78104.32-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 12.75%
GREEN value IS 68 (26.95% from 255) = 66.67%
BLUE value IS 21 (8.59% from 255) = 20.59%
R=12.75%
G=66.67%
B=20.59%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal1368210.8100.690.73128.7367.915.88
HexD44155104549814410
Octal1510425121010511120110420
Binary1101100010010101101000101000101100100110000001100010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D4415

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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