#05440B

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

Shades of Myrtle #05440B

Tints of Myrtle #05440B

Color information

#05440B (or 0x05440B) is unknown color: approx Myrtle. HEX triplet: 05, 44 and 0B. RGB value is (5,68,11). Sum of RGB (Red+Green+Blue) = 5+68+11=84 (11% of max value = 765). Red value is 5 (2.34% from 255 or 5.95% from 84); Green value is 68 (26.95% from 255 or 80.95% from 84); Blue value is 11 (4.69% from 255 or 13.10% from 84); Max value from RGB is 68 - color contains mainly: green. Hex color #05440B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #05440B is #FABBF4. Grayscale: #2A2A2A. Windows color (decimal): -16432117 or 738309. OLE color: 738309.

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

Color convert

RGB56811-
CMYK0.9300.840.73
HSL125.71º86.3%14.31%-
HSV(B)125.71º92.65%26.67%-
XYZ2.194.191.01-
YUV42.66110.13101.13-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 5.95%
GREEN value IS 68 (26.95% from 255) = 80.95%
BLUE value IS 11 (4.69% from 255) = 13.10%
R=5.95%
G=80.95%
B=13.10%

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
Decimal568110.9300.840.73125.7186.314.31
Hex544B5D054497e56e
Octal510413135012411117612616
Binary101100010010111011101010101001001001111111010101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05440B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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