#05440C

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

Shades of Myrtle #05440C

Tints of Myrtle #05440C

Color information

#05440C (or 0x05440C) is unknown color: approx Myrtle. HEX triplet: 05, 44 and 0C. RGB value is (5,68,12). Sum of RGB (Red+Green+Blue) = 5+68+12=85 (11% of max value = 765). Red value is 5 (2.34% from 255 or 5.88% from 85); Green value is 68 (26.95% from 255 or 80% from 85); Blue value is 12 (5.08% from 255 or 14.12% from 85); Max value from RGB is 68 - color contains mainly: green. Hex color #05440C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #05440C is #FABBF3. Grayscale: #2A2A2A. Windows color (decimal): -16432116 or 803845. OLE color: 803845.

HSL color Cylindrical-coordinate representation of color #05440C: hue angle of 126.67º 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 #05440C is Cyan = 0.93, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.73.

Color convert

RGB56812-
CMYK0.9300.820.73
HSL126.67º86.3%14.31%-
HSV(B)126.67º92.65%26.67%-
XYZ2.24.191.04-
YUV42.78110.63101.05-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 5.88%
GREEN value IS 68 (26.95% from 255) = 80%
BLUE value IS 12 (5.08% from 255) = 14.12%
R=5.88%
G=80%
B=14.12%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal568120.9300.820.73126.6786.314.31
Hex544C5D052497f56e
Octal510414135012211117712616
Binary101100010011001011101010100101001001111111110101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05440C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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