#055403

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

Shades of Myrtle #055403

Tints of Myrtle #055403

Color information

#055403 (or 0x055403) is unknown color: approx Myrtle. HEX triplet: 05, 54 and 03. RGB value is (5,84,3). Sum of RGB (Red+Green+Blue) = 5+84+3=92 (12% of max value = 765). Red value is 5 (2.34% from 255 or 5.43% from 92); Green value is 84 (33.20% from 255 or 91.30% from 92); Blue value is 3 (1.56% from 255 or 3.26% from 92); Max value from RGB is 84 - color contains mainly: green. Hex color #055403 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #055403 is #FAABFC. Grayscale: #333333. Windows color (decimal): -16428029 or 218117. OLE color: 218117.

HSL color Cylindrical-coordinate representation of color #055403: hue angle of 118.52º degrees, saturation: 0.93, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #055403 is Cyan = 0.94, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.67.

Color convert

RGB5843-
CMYK0.9400.960.67
HSL118.52º93.1%17.06%-
HSV(B)118.52º96.43%32.94%-
XYZ3.256.381.15-
YUV51.14100.8395.09-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 5.43%
GREEN value IS 84 (33.20% from 255) = 91.30%
BLUE value IS 3 (1.56% from 255) = 3.26%
R=5.43%
G=91.30%
B=3.26%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal58430.9400.960.67118.5293.117.06
Hex55435E06043775d11
Octal51243136014010316713521
Binary10110101001110111100110000010000111110111101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #055403

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #055403; }

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

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

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

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

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

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

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

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