#05460D

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

Shades of Myrtle #05460D

Tints of Myrtle #05460D

Color information

#05460D (or 0x05460D) is unknown color: approx Myrtle. HEX triplet: 05, 46 and 0D. RGB value is (5,70,13). Sum of RGB (Red+Green+Blue) = 5+70+13=88 (11% of max value = 765). Red value is 5 (2.34% from 255 or 5.68% from 88); Green value is 70 (27.73% from 255 or 79.55% from 88); Blue value is 13 (5.47% from 255 or 14.77% from 88); Max value from RGB is 70 - color contains mainly: green. Hex color #05460D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #05460D is #FAB9F2. Grayscale: #2C2C2C. Windows color (decimal): -16431603 or 869893. OLE color: 869893.

HSL color Cylindrical-coordinate representation of color #05460D: hue angle of 127.38º degrees, saturation: 0.87, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #05460D is Cyan = 0.93, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.73.

Color convert

RGB57013-
CMYK0.9300.810.73
HSL127.38º86.67%14.71%-
HSV(B)127.38º92.86%27.45%-
XYZ2.334.441.12-
YUV44.07110.47100.13-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 5.68%
GREEN value IS 70 (27.73% from 255) = 79.55%
BLUE value IS 13 (5.47% from 255) = 14.77%
R=5.68%
G=79.55%
B=14.77%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal570130.9300.810.73127.3886.6714.71
Hex546D5D051497f57f
Octal510615135012111117712717
Binary101100011011011011101010100011001001111111110101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05460D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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