#05540D

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

Shades of Myrtle #05540D

Tints of Myrtle #05540D

Color information

#05540D (or 0x05540D) is unknown color: approx Myrtle. HEX triplet: 05, 54 and 0D. RGB value is (5,84,13). Sum of RGB (Red+Green+Blue) = 5+84+13=102 (13% of max value = 765). Red value is 5 (2.34% from 255 or 4.90% from 102); Green value is 84 (33.20% from 255 or 82.35% from 102); Blue value is 13 (5.47% from 255 or 12.75% from 102); Max value from RGB is 84 - color contains mainly: green. Hex color #05540D is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #05540D is #FAABF2. Grayscale: #343434. Windows color (decimal): -16428019 or 873477. OLE color: 873477.

HSL color Cylindrical-coordinate representation of color #05540D: hue angle of 126.08º degrees, saturation: 0.89, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #05540D is Cyan = 0.94, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.67.

Color convert

RGB58413-
CMYK0.9400.850.67
HSL126.08º88.76%17.45%-
HSV(B)126.08º94.05%32.94%-
XYZ3.316.41.44-
YUV52.28105.8394.27-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.90%
GREEN value IS 84 (33.20% from 255) = 82.35%
BLUE value IS 13 (5.47% from 255) = 12.75%
R=4.90%
G=82.35%
B=12.75%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal584130.9400.850.67126.0888.7617.45
Hex554D5E055437e5911
Octal512415136012510317613121
Binary1011010100110110111100101010110000111111110101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05540D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #05540D; }

 p { color: rgb(5,84,13); }

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

<style>
 a { background-color: #05540D; }

 a { background-color: rgb(5,84,13); }

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

<style>
 span { border-color: #05540D; }

 span { border-color: rgb(5,84,13); }

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