#05440A

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

Shades of Myrtle #05440A

Tints of Myrtle #05440A

Color information

#05440A (or 0x05440A) is unknown color: approx Myrtle. HEX triplet: 05, 44 and 0A. RGB value is (5,68,10). Sum of RGB (Red+Green+Blue) = 5+68+10=83 (10% of max value = 765). Red value is 5 (2.34% from 255 or 6.02% from 83); Green value is 68 (26.95% from 255 or 81.93% from 83); Blue value is 10 (4.30% from 255 or 12.05% from 83); Max value from RGB is 68 - color contains mainly: green. Hex color #05440A is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #05440A is #FABBF5. Grayscale: #2A2A2A. Windows color (decimal): -16432118 or 672773. OLE color: 672773.

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

Color convert

RGB56810-
CMYK0.9300.850.73
HSL124.76º86.3%14.31%-
HSV(B)124.76º92.65%26.67%-
XYZ2.184.190.98-
YUV42.55109.63101.22-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 6.02%
GREEN value IS 68 (26.95% from 255) = 81.93%
BLUE value IS 10 (4.30% from 255) = 12.05%
R=6.02%
G=81.93%
B=12.05%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal568100.9300.850.73124.7686.314.31
Hex544A5D055497d56e
Octal510412135012511117512616
Binary101100010010101011101010101011001001111110110101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05440A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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