#055303

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

Shades of Myrtle #055303

Tints of Myrtle #055303

Color information

#055303 (or 0x055303) is unknown color: approx Myrtle. HEX triplet: 05, 53 and 03. RGB value is (5,83,3). Sum of RGB (Red+Green+Blue) = 5+83+3=91 (12% of max value = 765). Red value is 5 (2.34% from 255 or 5.49% from 91); Green value is 83 (32.81% from 255 or 91.21% from 91); Blue value is 3 (1.56% from 255 or 3.30% from 91); Max value from RGB is 83 - color contains mainly: green. Hex color #055303 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #055303 is #FAACFC. Grayscale: #323232. Windows color (decimal): -16428285 or 217861. OLE color: 217861.

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

Color convert

RGB5833-
CMYK0.9400.960.67
HSL118.5º93.02%16.86%-
HSV(B)118.5º96.39%32.55%-
XYZ3.176.231.12-
YUV50.56101.1695.5-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 5.49%
GREEN value IS 83 (32.81% from 255) = 91.21%
BLUE value IS 3 (1.56% from 255) = 3.30%
R=5.49%
G=91.21%
B=3.30%

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
Decimal58330.9400.960.67118.593.0216.86
Hex55335E06043765d11
Octal51233136014010316613521
Binary10110100111110111100110000010000111110110101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #055303

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #055303; }

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

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

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

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

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

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

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

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