#05440E

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

Shades of Myrtle #05440E

Tints of Myrtle #05440E

Color information

#05440E (or 0x05440E) is unknown color: approx Myrtle. HEX triplet: 05, 44 and 0E. RGB value is (5,68,14). Sum of RGB (Red+Green+Blue) = 5+68+14=87 (11% of max value = 765). Red value is 5 (2.34% from 255 or 5.75% from 87); Green value is 68 (26.95% from 255 or 78.16% from 87); Blue value is 14 (5.86% from 255 or 16.09% from 87); Max value from RGB is 68 - color contains mainly: green. Hex color #05440E is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #05440E is #FABBF1. Grayscale: #2B2B2B. Windows color (decimal): -16432114 or 934917. OLE color: 934917.

HSL color Cylindrical-coordinate representation of color #05440E: hue angle of 128.57º degrees, saturation: 0.86, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #05440E is Cyan = 0.93, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.73.

Color convert

RGB56814-
CMYK0.9300.790.73
HSL128.57º86.3%14.31%-
HSV(B)128.57º92.65%26.67%-
XYZ2.214.21.11-
YUV43.01111.63100.89-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 5.75%
GREEN value IS 68 (26.95% from 255) = 78.16%
BLUE value IS 14 (5.86% from 255) = 16.09%
R=5.75%
G=78.16%
B=16.09%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal568140.9300.790.73128.5786.314.31
Hex544E5D04F498156e
Octal510416135011711120112616
Binary1011000100111010111010100111110010011000000110101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05440E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #05440E; }

 p { color: rgb(5,68,14); }

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

<style>
 a { background-color: #05440E; }

 a { background-color: rgb(5,68,14); }

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

<style>
 span { border-color: #05440E; }

 span { border-color: rgb(5,68,14); }

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