#05460B

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

Shades of Myrtle #05460B

Tints of Myrtle #05460B

Color information

#05460B (or 0x05460B) is unknown color: approx Myrtle. HEX triplet: 05, 46 and 0B. RGB value is (5,70,11). Sum of RGB (Red+Green+Blue) = 5+70+11=86 (11% of max value = 765). Red value is 5 (2.34% from 255 or 5.81% from 86); Green value is 70 (27.73% from 255 or 81.40% from 86); Blue value is 11 (4.69% from 255 or 12.79% from 86); Max value from RGB is 70 - color contains mainly: green. Hex color #05460B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #05460B is #FAB9F4. Grayscale: #2C2C2C. Windows color (decimal): -16431605 or 738821. OLE color: 738821.

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

Color convert

RGB57011-
CMYK0.9300.840.73
HSL125.54º86.67%14.71%-
HSV(B)125.54º92.86%27.45%-
XYZ2.314.441.05-
YUV43.84109.47100.3-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 5.81%
GREEN value IS 70 (27.73% from 255) = 81.40%
BLUE value IS 11 (4.69% from 255) = 12.79%
R=5.81%
G=81.40%
B=12.79%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal570110.9300.840.73125.5486.6714.71
Hex546B5D054497e57f
Octal510613135012411117612717
Binary101100011010111011101010101001001001111111010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05460B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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