#055409

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

Shades of Myrtle #055409

Tints of Myrtle #055409

Color information

#055409 (or 0x055409) is unknown color: approx Myrtle. HEX triplet: 05, 54 and 09. RGB value is (5,84,9). Sum of RGB (Red+Green+Blue) = 5+84+9=98 (12% of max value = 765). Red value is 5 (2.34% from 255 or 5.10% from 98); Green value is 84 (33.20% from 255 or 85.71% from 98); Blue value is 9 (3.91% from 255 or 9.18% from 98); Max value from RGB is 84 - color contains mainly: green. Hex color #055409 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #055409 is #FAABF6. Grayscale: #343434. Windows color (decimal): -16428023 or 611333. OLE color: 611333.

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

Color convert

RGB5849-
CMYK0.9400.890.67
HSL123.04º88.76%17.45%-
HSV(B)123.04º94.05%32.94%-
XYZ3.286.391.32-
YUV51.83103.8394.6-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 5.10%
GREEN value IS 84 (33.20% from 255) = 85.71%
BLUE value IS 9 (3.91% from 255) = 9.18%
R=5.10%
G=85.71%
B=9.18%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal58490.9400.890.67123.0488.7617.45
Hex55495E059437b5911
Octal512411136013110317313121
Binary1011010100100110111100101100110000111111011101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #055409

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #055409; }

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

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

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

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

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

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

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

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