#055406

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

Shades of Myrtle #055406

Tints of Myrtle #055406

Color information

#055406 (or 0x055406) is unknown color: approx Myrtle. HEX triplet: 05, 54 and 06. RGB value is (5,84,6). Sum of RGB (Red+Green+Blue) = 5+84+6=95 (12% of max value = 765). Red value is 5 (2.34% from 255 or 5.26% from 95); Green value is 84 (33.20% from 255 or 88.42% from 95); Blue value is 6 (2.73% from 255 or 6.32% from 95); Max value from RGB is 84 - color contains mainly: green. Hex color #055406 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #055406 is #FAABF9. Grayscale: #333333. Windows color (decimal): -16428026 or 414725. OLE color: 414725.

HSL color Cylindrical-coordinate representation of color #055406: hue angle of 120.76º 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 #055406 is Cyan = 0.94, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.67.

Color convert

RGB5846-
CMYK0.9400.930.67
HSL120.76º88.76%17.45%-
HSV(B)120.76º94.05%32.94%-
XYZ3.276.391.23-
YUV51.49102.3394.84-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 5.26%
GREEN value IS 84 (33.20% from 255) = 88.42%
BLUE value IS 6 (2.73% from 255) = 6.32%
R=5.26%
G=88.42%
B=6.32%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal58460.9400.930.67120.7688.7617.45
Hex55465E05D43795911
Octal51246136013510317113121
Binary101101010011010111100101110110000111111001101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #055406

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #055406; }

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

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

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

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

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

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

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

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